1 / 5

Exporting and Importing ASCII Data

Exporting and Importing ASCII Data. Exporting and Importing ASCII Data. Exporting: Export Files from Data File Management (appxutil –e=file) Create Comma-Delimited Files via Update APPX ODBC Driver Alpha-only Consecutive File Stream I/O Routines using CNV TEXT statement.

frayne
Download Presentation

Exporting and Importing ASCII Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Exporting and Importing ASCII Data

  2. Exporting and Importing ASCII Data • Exporting: • Export Files from Data File Management (appxutil –e=file) • Create Comma-Delimited Files via Update • APPX ODBC Driver • Alpha-only Consecutive File • Stream I/O Routines using CNV TEXT statement

  3. Exporting and Importing ASCII Data • Importing: • From APPX Export & Data File Management (appxutil –e=file) • Alpha-only Consecutive File • Stream I/O using CNV TEXT • Tab-Delimited Courtesy of Sparky and Spike • Comma-Delimited Files • Other • APPX ODBC Driver • Visual Basic or other Script

  4. Exporting and Importing ASCII Data • Utilities for moving in and out of BRF format • Unix/Linux: • convert.sh (in tools) • do-it-yourself for export • Windows • for %f in (*.) do appxutil –i=%f(double % in batch files) • for %f in (*.) do appxutil –e=%f(double % in batch files)

  5. Exporting and Importing ASCII Data ?

More Related