zkaoudi commented on PR #692:
URL: https://github.com/apache/wayang/pull/692#issuecomment-3920946914

   I checked with the right file and it works. 
   
   I also checked with an incorrect file which has this heading:
   id:int;name:string;email:string;country:string
   
   And got this error message: "Column count mismatch in CSV file 
'file:///Users/zoi/Work/WAYANG/wayang-examples/src/main/resources/input/customers.csv':
 expected 1 columns but found 4 (separator ';'). Line: '1;Alice 
Johnson;[email protected];USA'. Ensure the header uses 'name:type' format with 
commas and data rows use ';' as delimiter."
   
   The line it prints is the second line of my file, not the header line. Can 
we print the header line?


-- 
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