In this lesson, you’ll see different ways to handle non-standard CSV files and how to deal with delimeters appearing in your data.
You learned how to:
- Change reader parameters
- Use different delimeters
- Quote fields containing special characters using
quotechar
- Escape the delimiter using
escapechar
avermaisi11 on July 25, 2019
What if i’m not allowed to change the data inside the file. how can i escape the comma char in such cases.