Post CSV or Excel files directly to an import set

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • An administrator can post CSV or Excel files directly to instance.

    Avant de commencer

    Role required: import_set_loader

    Pourquoi et quand exécuter cette tâche

    The sys_import.do target lets you dynamically upload a CSV or Excel file into the import set table specified by the sysparm_import_set_tablename parameter. You must specify a name that matches an existing import set table name. If the import set table does not exist, pre-create it by performing a manual import. The sysparm_transform_after_load=true parameter causes the CSV transform to be executed immediately, if a transform map exists.
    You can upload a file using POST to the following URL (replace placeholders with desired values):
    https://<instance>.service-now.com/sys_import.do?sysparm_import_set_tablename=<table_name>&sysparm_transform_after_load=<true>
    Important :
    The body of the POST must contain the file as a multi-part attachment.