Hi all.
With my custom CSV importer script, I’d like to do a few operations before the .parsedContents method should look at the file. Examples:
My file uses a comma for decimal notation. .parsedContents simply removes them, so 4,5 becomes 45 but it ...