Kenneth

Results 1 comments of Kenneth

Hi @Ac3inSpac3, I had the same issue. the pipes werent registered as delimiter. A short python script can replace those characters. Try ``` import csv def process_file_with_pipes_as_delimiter(input_filename): processed_data = []...