We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38bdf3 commit af80ee7Copy full SHA for af80ee7
src/server/datasource_manager.py
@@ -26,7 +26,7 @@ def __clean_csv_headers(header):
26
27
DATASOURCE_MAPPING = {
28
'salesforcecontacts': {
29
- 'id': 'contact_id',
+ 'id': 'contact_id_18',
30
'csv_names': CSV_HEADERS['salesforcecontacts'],
31
'tracked_columns': list(map(__clean_csv_headers, CSV_HEADERS['salesforcecontacts'])),
32
'table_email': 'email',
@@ -102,7 +102,7 @@ def normalize_phone_number(number):
102
103
SOURCE_NORMALIZATION_MAPPING = {
104
"salesforcecontacts": {
105
- "source_id": "contact_id",
+ "source_id": "contact_id_18",
106
"first_name": "first_name",
107
"last_name": "last_name",
108
"email": "email",
0 commit comments