Fix reader txt/csv default behavior.

This commit is contained in:
2025-02-07 16:25:45 +01:00
parent 0d26777732
commit f986edd4a5
3 changed files with 64 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
default:
file_encoding : 'utf-8'
separator : 'None'
table_header : 'None'
separator : ','
table_header : 'infer'
desired_format: '%Y-%m-%d %H:%M:%S.%f'
RGA: