Dataport
sprabhucppl
Member Posts: 58
I have created a dataport in NAV 4.0 SP3 and it is working fine.
But i dont want the "FieldStartDelimiter" and "FieldEndDelimiter", how to export the date without the Delimiter for Field Start & End.
Please help me out of this.
But i dont want the "FieldStartDelimiter" and "FieldEndDelimiter", how to export the date without the Delimiter for Field Start & End.
Please help me out of this.
0
Comments
-
Open the dataport in design. Open the dataport's properties page. Put your cursor in the FieldStartDelimiter. Press the F1 button. Read how to do it.
If you are on an older version you'll need to open the C/SIDE Reference Guide. Click the Help menu. Click "C/SIDE Reference Guide". Expand the 'Properties' book. Browse for the FieldStartDelimiter property.0 -
FieldStartDelimiter
Use this property to define the string that is to be used to mark the start of a field.
Applies to
Dataports
Settings
The FieldStartDelimiter settings are:
This string..
Means...
<None> that there will no be FieldStartDelimiter
<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 also be mixed with other characters.
The default is " (a quote).
CR refers to the character with ASCII value 13
LF refers to the character with ASCII value 10
Comments
FieldStartDelimiter is only used if FileFormat is Variable. Otherwise, the setting is ignored.
The string defined as FieldStartDelimiter is used in addition to the string defined as FieldSeparator. The intended use is in situations where the fields include characters that themselves are delimiters. If it is not necessary to use FieldStartDelimiter for this purpose, set it to <None>.
When importing, the delimiters can be present in the file or not. A line like this
a,"b",c,"text with comma,",d
would (if FieldStartDelimiter and FieldEndDelimiter is " and FieldSeparator is ,) be broken into fields like this
a
b
c
text with comma,
d
See also FieldEndDelimiter.
Documentation Feedback0
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
