suho_ryo
New Contributor III

Hello @Khaja_Zaffer 

Here is the actual data I tried to import:

INSERT INTO table_name
VALUES (
  'eval-001',
  'Translate this text to Japanese.',
  array('Be natural.', 'Keep the original nuance.'),
  array('true', 'false'),
  '{"model_version": "Knowledge Assistant", "timestamp": "2025-10-16T09:30:00Z"}',
  '{translation, Knowledge Assistant, review}'
);

 

I watched the video you sent me the link for, but it didn't mention anything about the table to be imported.