Home page  
Help >
Appendix C: IMPORT command
Version 7.11

Appendix C - IMPORT command

 

IMPORT <FIXED | DELIMITED [[DELIMITER('x')] [QUOTE('y')]> <'FileName'> INTO <TableName> LAYOUT <FieldDefinition>

 

 

Example

 

Import data into the table Customers Delimited file using field delimiter "," and the quote "'" from the file 'c:\Wham\Import\SampleData.csv' would be formatted as:

 

IMPORT DELIMITED DELIMITER(",") QUOTE("'") 'C:\WhamImport\SampleData.csv' INTO CUSTOMERS LAYOUT Name, Address, Phone, Contact, CustomerID

 

 

 

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.