Skip to content

Commit

Permalink
#35: Fix CSV_SEPARATOR
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Apr 24, 2023
1 parent 48b254c commit 51babc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
'CSV_HEADING_FIRST_NAME' => 'First Name',
'CSV_HEADING_COUNTRY' => 'Country',
'CSV_HEADING_STATE' => 'State',
'CSV_SEPARATOR' => ' =>',
'CSV_SEPARATOR' => ',',
'CSV_NEWLINE' => "\n",

// Print Format
Expand Down

0 comments on commit 51babc1

Please sign in to comment.