RootCauseunvalidated
You are specifying CSV which comes with implied quoting of fields. — If you really need to distinguish between ,, and ,"",. Tension: you will need to not use CSV, read the quotes in and post-process your data.
1fbc4608-82b3-4878-9ae0-2d62a2abfe14
You are specifying CSV which comes with implied quoting of fields. — If you really need to distinguish between ,, and ,"",. Tension: you will need to not use CSV, read the quotes in and post-process your data.