QuestionQ38

Orchestrator

What must be considered when attempting to upload items from a CSV file into a test data queue in UiPath Orchestrator?

  • A The CSV file content must use a comma (,) as a separator.
  • B The CSV file content must match the JSON schema defined for the test data queue.
  • C The CSV file content can use a combination of commas (,) and other symbols as separators.
  • D The CSV file content can be parsed using any date format for column values.
Explanation

CSV content uploaded to a UiPath Orchestrator test data queue must match the queue’s defined JSON schema, including the schema’s expected properties and structure.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!