Post CSV or Excel files directly to an import set

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • An administrator can post CSV or Excel files directly to instance.

    Antes de Iniciar

    Role required: import_set_loader

    Por Que e Quando Desempenhar Esta Tarefa

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