diff --git a/process b/process index b42a4eb..6d58247 100755 --- a/process +++ b/process @@ -22,5 +22,5 @@ def main(): # Strip any whitespace in the csv file stripped = map(strip, row) [keyword, text, sound] = stripped - print(f'{keyword},{text},{sound}') + print(f'{keyword}|{text}|{sound}') main()