save csv file for import
 
            
                
                    nikeman77                
                
                    Member Posts: 517                
            
                        
            
                    hi guys,
how do i save a *csv files with start & end delimiter as double code so that i can import into navision dataport?
in windows 7, i tried to used control panel> region and language> format tab> additional settings, set list as "
it can only save as below with data item format(item no| quantity|sales price)
item1011"50",$20.55
but i like to get
"item1011","50","$20.55"
                how do i save a *csv files with start & end delimiter as double code so that i can import into navision dataport?
in windows 7, i tried to used control panel> region and language> format tab> additional settings, set list as "
it can only save as below with data item format(item no| quantity|sales price)
item1011"50",$20.55
but i like to get
"item1011","50","$20.55"
0                
            Comments
- 
            Avoid those:
 Use tab-separated in Excel. You will have a lot less problems importing data.
 And in your dataports, use
 FieldStartDelimiter,FieldEndDelimiter=<None>
 FieldSeparator=<TAB>
 the < and > are mandatory.Regards,Alain Krikilion
 No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
- 
            kriki,
 start and end delimiter, when i tried 3 methods but failed.
 method1:
 Start Delimiter: <BLANK>
 End Delimiter : <BLANK>
 Result : <BLANK>item1011<BLANK> <BLANK>50<BLANK> <BLANK>$20.55<BLANK>
 method2:
 Start Delimiter: <NONE>
 End Delimiter: <NONE>
 Result : <NONE>item1011<NONE> <NONE>50<NONE> <NONE>$20.55<NONE>
 method3:
 Start Delimiter: *i tried to delete whatever text inside the field but it will auto go back to <">
 End Delimiter: *i tried to delete whatever text inside the field but it will auto go back to <">
 _____________________________________________________________________________________
 For field separator, i CAN change to <TAB>0
- 
            a silly mistake i made.. it was some coding inside the dataport that causes it as i uses 2 data item in a dataport
 first one for export, second one for import.
 when i split the dataitem into 2 dataport, all i need to do was to save the file into *.csv , dont have to set my dataport properties sorry about that
 guys..0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

