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
Copy file name to clipboardExpand all lines: server/libs/modules/components/csv-file/src/main/java/com/bytechef/component/csv/file/action/CsvFileWriteAction.java
"Writes the data records into a CSV file. Record values are assembled into line and separated with arbitrary character, mostly comma. CSV may or may not define header line.")
55
56
.properties(
56
57
array(ROWS)
57
-
.label("Rows")
58
-
.description("The array of objects to write to the file.")
58
+
.label("Line Structure Definition")
59
+
.description(
60
+
"Define a sequence of fields that will form a line. The values for these fields will consistently repeat in the same order defined here across all lines.")
0 commit comments