- DarkLight
Data Quality, Privacy, and Security
- DarkLight
How does Acqueon Data Cloud address data privacy and security?
Acqueon Data Cloud protects customer data through multiple security measures. It secures stored data with encryption to prevent unauthorized access and encrypts data during transfer to ensure safe communication. It uses Secret Manager to securely store and manage tokens, and masks personally identifiable information in logs to protect sensitive data.
What file formats and text qualifiers are supported for uploads to Acqueon Data Cloud?
Acqueon Data Cloud supports CSV as the file format for uploads. Files must follow the standard CSV structure for smooth ingestion. Use only commas ( , ) as field separators and double quotes ( " ) as text qualifiers, especially when a field contains commas within its value.
Here is an example:
Name,Phone,DOB,Address
John Doe,+1-312-555-7890,01-01-1990,"123 Main Street, Springfield"
In this example, the address is enclosed in double quotes, so it is read as a single field, despite containing a comma. To prepare your file for a smooth ingestion, refer to the checklist here.