Hello,
I am creating a dataset using S3 and can successfully upload the dataset to Quick Sight. Below is the JSON manifest script:
{
"fileLocations": [
{
"URIs": [
"s3://quicksight-linkedaccount-filter/UserID_LinkedAccounts.csv"
]
}
],
"globalUploadSettings": {
"format": "CSV",
"delimiter": ",",
"textqualifier": "'",
"containsHeader": "true"
}
}
I am using a CSV file as the dataset for a parameter, which is called out in the manifest. It contains two headings and I would like to use multiple values under the second heading. I’ve referenced this documentation: User based rules
I’ve tried every combination of single quotes, double quotes, spaces/no spaces but each time I upload the data from s3 to Quick Sight the 2nd, 3rd, 4th, etc. values under the 2nd column heading do not appear.
Any insight would be greatly appreciated.
Thank you,
Matt