Step 1 — Upload Schema
0 attributes
No file loaded

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_NAMETEXT
PLAN_ASSETSNUMBER
CONVERTED_DATEDATE
isPersonAccountBOOLEAN

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.

Total
TEXT
BOOLEAN
NUMBER
mutation output ✓ Copied to clipboard
graphql

        
Done