export-csv
export-csv copied to clipboard
Correct README default item delimiter
The README declared the default CSV export item delimiter as ',' but the code is actually using ';' as the default. Updates the README to match the code.