Zakyrel commented on issue #6874:
URL: https://github.com/apache/arrow-rs/issues/6874#issuecomment-2540886343

   > I think the ask is to distinguish between empty string and nothing in CSV 
files for string columns.
   Yes that's it.
   
   The symbols to use to distinguish between empty string and nothing (NULL) in 
the CSV file is up to you.
   For instance, you could use "" for empty string and when nothing is entered 
at all between two commas, it would be NULL. It would be the most common sense 
way to do it. But I'm not an expert in programming.
   Maybe you would use some syntax from a specific IT language. Your call.
   
   I'm looking forward to read your answer on this.
   
   Have a good day.
   
   Best regards,
   
   Anthony
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to