You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new block "CSVFileLoader" is available, like SQLiteLoader. It has a Table input,None output and the required property "file".
It has all properties of the CSVInterpreter as optional properties with the following defaults: delimiter: ",", enclosing: "", enclosingEscape: "".
Saves a CSV file with the table data at the file location, relative to the jv model file, with the delimiter, enclosing and enclosingEscape characters as configured, uses utf-8 as character encoding
User Story
User Acceptance Criteria
Table
input,None
output and the required property "file".file
location, relative to the jv model file, with the delimiter, enclosing and enclosingEscape characters as configured, uses utf-8 as character encodingExamples
Notes
Definitions of Done
The text was updated successfully, but these errors were encountered: