tables_standard.json 224 B

1234567
  1. [
  2. {
  3. "data_file": "employe_sample.csv",
  4. "create_hql": "CREATE TABLE `employe_sample` (\n `code` string ,\n `description` string ,\n `total_emp` int ,\n `salary` int )\n",
  5. "table_name": "sample_sample"
  6. }
  7. ]