Copy data between a file and a table.
COPY table_ident FROM 'path'
COPY FROM copies data from the filesystem of any cluster node to a specified table.
The files to be copied from need to be accessible from the crate server process and the name must be specified from the viewpoint of the server.
The input files need to have one line per record. Records are formatted in JSON.
For examples see: Importing data.