Tab delimited text file using a Dataport

Apricot
Member Posts: 14
Hi there,
Whats's the best way to get a Tab delimited text file using a dataport. For example the output from an Item table should look like this
Item No Description Unit Price Qty in Hand
123344 RubberCap 1.20 36
Thanks in advance
Apricot
Whats's the best way to get a Tab delimited text file using a dataport. For example the output from an Item table should look like this
Item No Description Unit Price Qty in Hand
123344 RubberCap 1.20 36
Thanks in advance
Apricot
Apricot
0
Comments
-
A you referring using <TAB> in FieldStartDelimiter ?0
-
Also, you have to make sure that the FieldStartDelimiter and FieldEndDelimiter is set as <None>Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
hi, Thanks
I tried putting <None> in FieldStartDelimiter and FieldEndDelimiter, this helped to get the fields with no separator, which is good but I still can't get a TAB(basically space) between the fields.
It created output like this
10000ASSETS0
What I'm looking for is
10000 ASSETS 0
Thanks Guys
AApricot0 -
FieldSeparator
Use this property to define the string that is to be used to separate fields.
<None> that there will no be FieldSeparator
<NewLine> any combination of CR and LF characters
<CR/LF> CR followed by LF
<CR> CR alone
<LF> LF alone
<TAB> Tabulator alone
Other strings the literal string entered
The strings in the table above must be entered literally, that is: the < and > characters must be entered. These special strings can be combined and can also be mixed with other characters.
The default is , (a comma).
CR refers to the character with ASCII value 13
LF refers to the character with ASCII value 100 -
<TAB> in the FieldSeparator property, including the < and the >. I don't know if this is a different value in other languages, but you can hit F1 from the property and you will see the values you can use.0
-
Ya, it worked, Thanks a lot guys-Apricot0
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
- 320 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