Approval.
This commit is contained in:
@ -30,3 +30,5 @@ $csvxml_overview['help_what_is_csv'] = 'What is CSV?';
|
||||
$csvxml_overview['help_what_is_csv_content'] = 'CSV is the abbreviation for „Comma Separated Value“. It describes a file format for expressing tabular information in plain text files, that is supported by most table calculation programms such as MS Excel and LibreOffice Calc. It is thus a useful choice for quickly generating and sharing semi-structured data that can be further processed by other programms.';
|
||||
$csvxml_overview['help_how_to_format_csv'] = 'How to format CSV files for CSVXML?';
|
||||
$csvxml_overview['help_how_to_format_csv_content'] = 'CSVXML first of all requires CSV file using semicolons as a separator and double quotation marks as a delimiter. For generating actually importable data, it is advisable to save the CSV file in UTF-8 rather than the standard-conformant ASCII. Both current versions of MS Excel and LibreOffice Calc support export options for exporting CSV files using UTF-8 encoding.';
|
||||
$csvxml_overview['file_encoding_is_not_utf8'] = 'The file encoding appears to not be UTF-8!';
|
||||
$csvxml_overview['non_utf8_file_instruction'] = 'Try exporting the file using the format "CSV (UTF-8)" if you use MS Excel or set the encoding to UTF-8 when exporting through LibreOffice!';
|
||||
|
Reference in New Issue
Block a user