Export CSV from JDE
        Posted  
        
            by ChRoss
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ChRoss
        
        
        
        Published on 2010-03-02T06:45:40Z
        Indexed on 
            2010/06/13
            3:02 UTC
        
        
        Read the original article
        Hit count: 480
        
I need to import data from JD Edwards into MSSQL database. But I have some difficulty importing the CSV file (I'm using SSIS 2005).
In the CSV files, total 18 columns, but there are only 16 comma delimiters. By right with 18 columns, there should be 17 comma delimiters, but the comma delimiter for the last column (which all null) never been written to the CSV.
Does anyone ever encounter this and how to handle this?
© Stack Overflow or respective owner