Data Resource - Csv

Undraw Environment

About

csv is a supported tabular file data resource.

Howto

Properties

Name Default Value Description
commentCharacter # The character that if found as the first character of a line makes the line a comment
delimiterCharacter , The character that delimits every fields (ie columns)
escapeCharacter null The character that when found before a CSV character, set it as a character and not as a property
headerRowId 1 The row id where the header is located (0 means no header and 1 the first line)
ignoreEmptyLine true Empty line are ignored
quoteCharacter " The character that enclose a field value.

Because a csv file is also a text file, you can also set text properties




Related HowTo
Undraw Environment
How to load a CSV file into a SQL table

How to upload a CSV file into a SQL table in two steps
Undraw Environment
Learning Tabulify - Step 10 - How to compare data resources ?

Data comparison is the corner stone of every development because it validates the data processing. Tabulify ships with a Data comparison operation that allows you to compare: the data content and...
Undraw Environment
Learning Tabulify - Step 7 - How to execute a Query

For Tabulify, a query is a script that when executed returns a content resource. In the case of a Sql Query (ie a SELECT statement), the result is a data set in tabular format. The selector of a query...
Undraw Environment
Learning Tabulify - Step 8 - How to modify the content of a table

Tabulify learning guidetransfer step The transfer page should have made you familiar with the transfer concept where we have introduced the copy operation. The copy and move operation does not modify...

Task Runner