Create schema
Create schema to create delimited files in your ServiceNow instance.
Before you begin
- Request an Integration Hub subscription.
- Activate the Utility Actions spoke.
- Role required: sn_utility_spoke.utility_actions_admin.
Procedure
Navigate to All > IntegrationHub Utilities > File Builder > File Schemas.
Click New.
On the form, fill these values.
| Field | Description |
|---|---|
| Schema Name | Name to identify the schema record. For example, `Incident Schema`. |
| Delimiter | Delimiter in the file. For example, `,` and `\t`. The default value is value is comma. |
| Has Header | Option to specify if the schema has header. |
| Quoted | Option to escape the delimiters and surround all values with quotation marks. |
| Columns | Columns of the schema as a JSON array. For each column, specify column name and data type. For example, . For more information, see Create a data gathering action for a dynamic template.Note: Ensure that you surround the key and value with quotation marks. |
- Click Submit.