Created the user-guide content (Text and illustrations) (#4683)
* Second attempt * Small image optimizations --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
committed by
GitHub
parent
68977dc675
commit
62ed1893c9
@ -0,0 +1,43 @@
|
||||
---
|
||||
title: Import/Export Data
|
||||
info: Learn the procedures for importing and exporting data.
|
||||
icon: IconNote
|
||||
image: /images/user-guide/placeholder-header.png
|
||||
---
|
||||
|
||||
# Import data
|
||||
|
||||
You can import People and Companies data into Twenty from other apps using a .csv, .xslx, or .xsl file. In the <b>Companies</b> or <b>People</b> page, click on <b>Options</b> and then on <b>Import</b>.
|
||||
|
||||
Upload your file, match the columns, check your data and import it.
|
||||
|
||||
<img src="/images/user-guide/import-export-data/match-columns.png" style={{width:'100%'}}/>
|
||||
|
||||
# Export data
|
||||
|
||||
To export data from an object:
|
||||
|
||||
1. Visit the object index.
|
||||
2. Choose the view for data export.
|
||||
3. Access the `Options` menu.
|
||||
4. Click on `Export`.
|
||||
5. Select the save location for the CSV data. Note that exporting may take time with a large record count.
|
||||
|
||||
<div style={{padding:'71.24% 0 0 0', position:'relative'}}>
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/926226303?autoplay=1&loop=1&autopause=0&background=1&app_id=58479"
|
||||
frameborder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
||||
style={{
|
||||
position:'absolute',
|
||||
top:0,
|
||||
left:0,
|
||||
width:'100%',
|
||||
height:'100%',
|
||||
borderRadius: '16px',
|
||||
border:'2px solid black'
|
||||
}}
|
||||
title="Export data"
|
||||
></iframe>
|
||||
</div>
|
||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
||||
Reference in New Issue
Block a user