Skip to main content

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-479695-remove-crime-report.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Intro

This article covers the fields and menus specific to the Wasabi connector user interface. To add DataSets, set update schedules, and edit DataSet information, see Adding a DataSet Using a Connector.

Prerequisites

To connect to your Wasabi account and create a DataSet, you need the following:
  • Your Access Key
  • Your Secret Key
  • The name of the Amazon S3 Bucket you want to pull files from
  • The Amazon S3 Bucket region

Generate an Access Key and Secret Key

You must create a user with the proper permissions in the IAM Amazon Console before you can connect to S3 data in Domo. To configure your user in the IAM Amazon Console,
  1. Add a new user. a. In the Details pane, under Select AWS access type, select Programmatic Access.
    b. In the Permissions pane, select Attach existing policies directly, then select one of the following policies:
    • AmazonS3FullAccess
    • AmazonS3ReadOnlyAccess
    Note: Customer-managed policies are not supported.
    c. In the Review pane, select Create User.
  2. After the user is created, copy the access key and secret key.
  3. Enter these keys in the Credentials pane in Domo.

Connect to Your Wasabi Account

This section covers the options in the Credentials and Details panes on the Wasabi connector page. The Scheduling and Name & Describe Your DataSet panes are universal across most connector types and are discussed in Adding a DataSet Using a Connector.

Credentials Pane

This pane contains fields for entering credentials to connect to your Wasabi account.
FieldDescription
Access KeyEnter your AWS access key. For more information, see “Prerequisites,” above.
Secret KeyEnter your AWS secret key. For more information, see “Prerequisites,” above.
BucketEnter the Amazon S3 Bucket you want to pull files from.
RegionSelect the desired Amazon S3 Bucket region.
After you have entered valid Wasabi credentials, you can use the same account at any time to create a new Wasabi DataSet. You can manage connector accounts in the Accounts tab in the Data Center. For more information, see Manage Connector Accounts.

Details Pane

MenuDescription
What file type would you like to import?Select the file type that you want to parse and import.
PrefixPrefix limits the results to keys that start with the specified prefix.
File NameEnter the name of the Amazon S3 Object (file) that you want to import.
File Name Match TypeSpecify whether the retrieved file starts with or contains the name you entered in File Name.
File Compression TypeSelect the compression type for your file.
Subfile NameEnter the name or a portion of the name of the subfiles that you want to import.
Add FileName ColumnSpecify whether the “BATCH_FILE_NAME” column should be added to the final output.
Select the delimiting characterSelect the delimiter used in your file. If the delimiter is not listed, select Other.
Specify your delimiterEnter the character used to delimit the values in your CSV file.
Quote CharacterSelect the quote character to use when parsing CSV files. The default quote character is the double quotation mark.
Custom Quote CharacterEnter the CSV quote character.
Escape CharacterSelect the escape character to use when parsing CSV files.
Custom Escape CharacterEnter the CSV escape character.
Are headers present in CSV file?Select Yes if the file contains headers; otherwise, select No.
Date Columns and FormatsEnter the date column names and their corresponding formats in the same order they appear in the file.
Example: columnName1:dateFormat1,columnName2:dateFormat2
Sample: columnName1:dd-MM-yyyy,columnName2:MM-dd-yyyy
Enable Parsing for Large JSON Files?Select Yes to enable parsing large JSON files.
Does your JSON text require a line reader?Select Yes if your JSON text contains multiple lines that should be read.
Should the backslash be escaped?Select Yes if your JSON text contains backslash characters that need to be escaped.
Enter your data tagEnter the tag for the data in your file.
Use Advanced SublistToFlatten optionsSelect Yes to use the advanced SublistToFlatten option. When enabled, primitive arrays are expanded into a single cell.
Enter your sublistToFlattenEnter the comma-separated list of values that you want to flatten in your data.
Delimiter For Primitive ArraysSelect the delimiting character to separate the primitive array values in a cell.
Enter fields to excludeEnter the comma-separated list of fields that you want to exclude from the import.
Enter your header tagEnter the tag for the header in your JSON text.
Enter XPath expressionEnter your XPath expression.
Do you require attributes in data?Select Yes if you require attribute values as part of the data.
Header Start RowEnter the header start row number in the file.
Data Start RowEnter the data start row number in the file.
Footer Rows to SkipEnter the number of rows at the end of the file to skip. For example, to skip the last two rows, enter 2.
Sheet NameEnter the name of the sheet you want to retrieve from the spreadsheet. Check the sheet name for accidental spaces. If you leave this field blank, the first sheet in the workbook is used.
Sheet Name Match TypeSelect how to match the sheet name you entered above.

Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see Adding a DataSet Using a Connector.