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
Renames can be also passed as a string in this format: `'field_to_rename:new_name;another_field:another_new_name'`. Coding convenience is important ;)
38
+
Renames can be also passed as a string in this format: `'field_to_rename:new_name, another_field:another_new_name'`. `;` and `,` are supported as separators. Coding convenience is important ;)
The char '*' must have the first position in the text line. Otherwise it isn't interpreted as a comment.
@@ -146,3 +148,22 @@ Name Date of birth <<< containes spaces
146
148
NAME BIRTHDAY
147
149
JOHN 01.01.1990
148
150
```
151
+
152
+
### Within-data comments
153
+
154
+
Also the data can contain commented lines. They can be skipped if started with a char passed with `i_skip_lines_starting_with` param. This can be useful for human-friendly data grouping.
0 commit comments