Data Loading Issue: "No ID Found" and "Not Enough Token"

Hello TG Team,

When loading data, I encountered the following errors:


What do they mean and what should I do to fix them?

Thanks

Hello,

Please consult the docs for more references about loading errors:
docs.tigergraph.com/dev/gsql-ref/ddl-and-loading/running-a-loading-job#verify-and-debug-a-loading-job

  • “No ID Found” means that the PRIMARY ID field is blank in the CSV for some number of objects.
  • “Not enough token” means that some CSV lines are missing column(s) for object loading (a few objects are probably missing critical attributes in the CSV.