Post CSV or Excel files directly to an import set

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • An administrator can post CSV or Excel files directly to instance.

    始める前に

    Role required: import_set_loader

    このタスクについて

    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>
    重要:
    The body of the POST must contain the file as a multi-part attachment.