We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508ffb3 commit 12b4ef1Copy full SHA for 12b4ef1
README.md
@@ -51,6 +51,10 @@ A variable which will contain the content loaded by the file input
51
52
A variable that says whether or not the source CSV file contains headers
53
54
+- **csv.headerVisible**
55
+
56
+A variable to toggle header visibility
57
58
- **csv.separator**
59
60
A variable containing the separtor used in the CSV file
@@ -59,6 +63,14 @@ A variable containing the separtor used in the CSV file
63
64
A variable to toggle separator visibility
61
65
66
+- **csv.encoding**
67
68
+A variable to set the CSV file encoding
69
70
+- **csv.encodingVisible**
71
72
+A variable to toggle encoding visibility
73
62
74
- **csv.result**
75
76
A variable which will contain the result of the CSV to JSON marshalling.
0 commit comments