Quote from
Vadim on July 3, 2021, 8:58 pm
@s7shanbe
Yes, it really is! I didn't know.
But you can easily get around that by making up any delimiter for a while (in my example &&&) and replacing everything automatically:
dbpExportToCSV "LAUNCH" "People" "[pubDir]export.csv" "Range=All;Delimiter=&&&;IncludeFieldNames=No;ForceQuotes=No"
FileToVar "[pubDir]export.csv" "[old]"
StrReplace "[old]" "&&&" ";" "[new]" ""
FileWrite "[PubDir]export.csv" "All" "[new]"
@s7shanbe
Yes, it really is! I didn't know.
But you can easily get around that by making up any delimiter for a while (in my example &&&) and replacing everything automatically:
dbpExportToCSV "LAUNCH" "People" "[pubDir]export.csv" "Range=All;Delimiter=&&&;IncludeFieldNames=No;ForceQuotes=No"
FileToVar "[pubDir]export.csv" "[old]"
StrReplace "[old]" "&&&" ";" "[new]" ""
FileWrite "[PubDir]export.csv" "All" "[new]"