## Importing an XML Fileload table infile filename using tdr;## Importing a CSV Fileload table infile filename;
Parameter | Protobuf | TDR | Required |
table | Table name | Table name | Yes |
using tdr | Not supported | When data in XML format is imported, the file structure must strictly comply with the XML syntax. A TDR file must be provided when the client is started. | No |
infile | Read data from the file. | Read data from the file. | Yes |
tcaplus> load table_list infile table_list_dump.xml using tdr;loaded 49 records successfultcaplus> load table_list infile table_list-dump.txt;loaded 98 records successful
Was this page helpful?