Skip to main content

Import data from CSV file

You can easily import data from CSV file and map it to your existing table as well as create new table.

Docusaurus

Video Tutorial​

  1. Click on Import Data button

  2. Choose CSV (or TSV) file

  3. Map fields and columns

  4. Run pre-process functions

    • parseDate parses current column as a date based of format specified e.g. dd/MM/yyyy or MM/dd/yyyy
    • parseNumber parses current column as a number.
    • parseNumber parses current column as a boolean.
    • text will format a column accordingly. Use this function to define constant.... e.g fileName or date or anything else
    • autoId generates auto incremented id for particular column. Use parameter to define start with.
  5. Preview - preview your data. It is particularly usefull when you have some pre-processing functions and want to see what will be imported

  6. Import - merges data into the table specified. Creates new table if you species so.