dataport output file format

calvinhfx
Member Posts: 6
<img border="0" title="" alt="[Confused]" src="images/smiles/icon_confused.gif" /> I am about to experiment with a dataport to export information from Navision since odbc is so slow, due to the table sizes. The database is installed at our office in Singapore and the data has language specific characters within, but the import will be into our SQL reporting database, in english. I am told that I need this file in unicode format due to these characters. I have not tried this yet but would appreciate any help beforehand if anyone has gone through this before.
0
Comments
-
Not a solution but a hint
I did some conversion for output in ANSI code instead of ASCII. I think with some modifications it sould also be able to convert the 2-byte UNI-Code Text into Navision and back.
</font><blockquote><font size="1" face="Verdana, Arial">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">ANSI2ASCII(ANSIText : Text[250]) ASCIIText : Text[250])
local: ANSI Text 1
ASCII Text 1
returnvar: ASCIIText Text 250
ASCII[1] := 246; ANSI[1] := 148; //German oe (ö)
ASCII[2] := 214; ANSI[2] := 153; //German OE (Ö)
ASCII[3] := 228; ANSI[3] := 132; //German ae (ä)
ASCII[4] := 196; ANSI[4] := 142; //German AE (Ä)
ASCIIText := CONVERTSTR(ANSIText,ANSI,ASCII);</pre><hr /></blockquote><font size="2" face="Verdana, Arial">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
- 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