Upload your attribute schema
Accepts any .xlsx file with attribute name in column A and type in column B.
Drop your .xlsx file here
or click anywhere to browse
.xlsx · .xls
Expected format
| Column A — name | Column B — type |
|---|---|
| FIRST_NAME | TEXT |
| PLAN_ASSETS | NUMBER |
| CONVERTED_DATE | DATE |
| isPersonAccount | BOOLEAN |
Configure mutation settings
Set the target dataset and adjust type formatting options.
Dataset
The unique identifier for your Acoustic Connect dataset.
Type options
Applied to all NUMBER fields as
decimalPrecision.
Type mapping reference
| Spreadsheet value | GraphQL type | Format in mutation |
|---|---|---|
| Text, TEXT, String | TEXT | type: "TEXT" |
| True/False, Boolean | BOOLEAN | type: BOOLEAN |
| Number, NUMBER | NUMBER | type: NUMBER, decimalPrecision: 2 |
| Date, DATE | DATE | type: DATE |
Preview attribute mapping
Review all attributes and their resolved types before generating the mutation.
| # | Attribute name | Raw value | Mapped type |
|---|
Generated GraphQL mutation
Copy to clipboard or download as a .graphql file.
mutation output
✓ Copied to clipboard
graphql