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.