I have encountered an issue where special or Unicode characters within the values of certain data eg. € are not parsing properly. Example of CSV: ``` Name,Age,City,Amount John,25,New York,$2000 Jane,30,London, €2000 ``` On Data Preview: <img width="535" alt="Screenshot 2023-06-27 at 10 19 10 AM" src="https://github.com/dathere/datapusher-plus/assets/87696933/68bd32fb-ca7d-47b0-9622-ce5e6391c795"> On Data API: <img width="311" alt="Screenshot 2023-06-27 at 10 20 00 AM" src="https://github.com/dathere/datapusher-plus/assets/87696933/b19684ee-0257-4b3b-8189-7ee96e7686c5"> On qsvdp CLI: <img width="795" alt="Screenshot 2023-06-27 at 10 20 59 AM" src="https://github.com/dathere/datapusher-plus/assets/87696933/b129dd51-48f0-4a74-a6f5-5f5c0c03c0ef">