Tags:
create new tag
view all tags

New Import/Export Format

In order to support Unicode data, the Import and Export Utilities for Data and Design Files now support UTF-8 encoding in csv format.


Overview:

In order to support Unicode data, the Import and Export Utilities for Data and Design Files now support UTF-8 encoding in csv format.

The new options generate standard comma separated lines using UTF-8 encoding. Note: Appx assumes the data was originally encoded using ISO-8859-15 (AKA Windows 1252, the default for the Desktop Client). It will transcode from ISO-8859-15 to UTF-8. If your data is in some other encoding, set APPX_RAW_ENCODING to the name of the encoding you are using. You can use the following code to determine the valid encoding names:

      BEG LOOP WI = 001 TO 001  STEP 000
      PASS     --- TEMP 80                    FIELD            SHARE? Y
      PASS     --- AI                         FIELD            SHARE? N
      CALL         .UC_ENUMERATE_CNV          RESIDENT? N  END? N  FAIL 0
T     DISPLAY  --- TEMP 80                    
T     COMPUTE  --- AI                         +      1
T     END LOOP WI

On the Design File Management menu the options are 'Import Selected Design Files (CSV)' and 'Export Selected Design Files (CSV)'. On the Database Management menu, the options are 'Import Files (CSV)' and 'Export Files (CSV)'.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2013-10-07

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2013-12-31 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback