Create a comma-separated CSV feed file that matches the Custom Attributes parameter specification. For more information, see Specifications for surfacing custom attributes.
File format and naming: Feed files must be in the CSV format with a comma delimiter. Also, the files must adhere to a specific naming pattern.
For example, the name of the file can be "AcquiaCustomAttribute_xxx_dateandtimestamp.csv", where xxx is the feed table name, and the datestamp and timestamp are in yyyymmdd and hhmmss formats respectively.
| Examples |
|---|
AcquiaCustomAttribute_Customer_20240420003314.csv |
AcquiaCustomAttribute_Product_20240420003338.csv |
AcquiaCustomAttribute_ProductCategory_20240420003250.csv |
AcquiaCustomAttribute_Event_20240420003321.csv |
AcquiaCustomAttribute_Transaction_20240420003318.csv |
AcquiaCustomAttribute_TransactionItem_20240420003333.csv |
"c_customerstringattribute01" in lowercase in your file, the connector does not fail. However, it does not accept the input column. The correct format is "c_customerStringAttribute01".The connector mapping is case-sensitive. Therefore, ensure that the first letter after each prefix of a table name attribute is capitalized. For example, you must capitalize the first letter of the "StringAttribute", "IntegerAttribute", "DecimalAttribute", or "DateAttribute" attribute type after a "c_customer", "c_transaction", "c_transactionItem", "c_product", "c_productCategory", or "c_event" prefix.
It also applies to non-custom attributes fields such as "SourceCustomerNumber", "Email", and "DeleteFlag".
The SourceCustomerNumber column is mandatory.
The following is an example of the content structure of the final customer feed file:
"SourceCustomerNumber" | "c_customerStringAttribute02" | "c_customerDateAttribute03" | "c_customerIntegerAttribute01" |
|---|---|---|---|
"C04012346178" | "Custom Attribute Value 1" | "02/05/2024" | "123456" |
"2023112806010100143796CK" | "Custom Attribute Value 1" | "05/07/2023" | "456789" |
"C04018971955" | "Custom Attribute Value 2" | "987643" |
Parse data only for the attributes that you intend to use. Keep unused custom attributes blank or exclude them from the feed file to avoid unintended insertion.
Place the prepared feed files in the CustomAttributes folder within your designated SFTP file drop space provided by Acquia. For example, the correct folder path must end with Acquia_SFTP/CustomAttributes.
The files are processed according to your tenant's daily workflow schedule.
After submitting the files as described in the earlier phases, you can confirm the successful ingestion by validating the file on the CDP UI through Integration Management. For detailed instructions, see Real-time input connectors. To locate the connector, search for SFTP Custom Attributes Standard Input Connector.
For detailed instructions, refer to the Custom Attributes page.
After testing, if records have custom attribute values that need removal, note that the system does not permit direct deletion of these values. To remove them, you must delete the entire record from the system.
When preparing the CSV test file, modify the DeleteFlag column as follows:
Example:
SourceCustomerNumber | DeleteFlag | UUID | c_customerStringAttribute01 | c_customerStringAttribute02 | |
|---|---|---|---|---|---|
1234567 |
| abcd | drink | orange |
Change the DeleteFlag column to TRUE to remove the record.
The DeleteFlag column can be used in CSV files sent to the following tables:
Customer
Transaction
Transaction Item
Product
Product Category
The DeleteFlag is not applicable to the Event table as you cannot delete the rows in this table.
You can delete records in CDP only if they are linked to customers by SourceCustomerNumber or UUID.
The delete function activates immediately when the base tables in the Data Warehouse receive the record. To confirm that the record is fully deleted, you must wait for the full refresh. After the full refresh process, the record is removed from the summary tables and completely erased from the data model.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
The SourceCustomerNumber column is mandatory.
drink |
orange |
If this content did not answer your questions, try searching or contacting our support team for further assistance.