Check for errors

Review the file to make sure that the format and content are correct. If a command does not pass validation, it will not execute.

Hints to prevent validation errors:

  • The file must not include angle brackets (<>). Replace the angle brackets and text in the template file with your data.
  • Each operation description must begin on a new line and start with the command name.
  • There should be no spaces before or after values.
  • If you use a text editor, check that:
    • All values for an operation are on the same line.
    • There are no spaces between a value and the comma before or after it.
    • Each value is followed by a comma, except for the final value in a row.