cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Falla en carga de CSV con atributos númericos

former_member654580
Participant
0 Likes
310

Hello Experts

Several new contact number formatted attributes were created for segmentation

These values are uploaded to SMC via CSV, but loading them generates error by the figures.

Here is an example of how those attributes are configured

Thanks

Elio C

Accepted Solutions (1)

Accepted Solutions (1)

SCHNEIDERT
Active Contributor
0 Likes

Hi Elio,

you can use any REST Client like Postman (https://www.postman.com/)

For Contacts you only need to make your field available for the right Service (API_MKT_CONTACT_SRV). Please see resources https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/39e1b76b82274b5697ff629d... (for payload examples) and https://api.sap.com/api/API_MKT_CONTACT_SRV_0003/resource

You need to create a Communication User, a Communication System and a Communication Arrangement like SAP_COM_0207 for example to create and update Contact data.

But in your case as you already said it seems to be a CSV format problem.

But maybe that helps for testing next time.

BR Tobias

Answers (2)

Answers (2)

former_member654580
Participant
0 Likes

Hi Tobias

Q: is it possible to upload data to the fields via OData?

A: Not, you mean with CPI ?, I haven't tried OData, I don't know the procedure!

Q: So does the error only occur when loading Data via CSV?

A: Yes, the error occurs via CSV upload!

but today a test is carried out changing the format in CVS file before loading from numeric to general, and in theory it goes up, but it is illogical and little operative for the user to be making that change if it is assumed that the field is configured as numeric.

Saludos!!

Elio C.

SCHNEIDERT
Active Contributor
0 Likes

Hi Elio,

is it possible to upload data to the fields via OData? Have you already tried this? So does the error only occur when loading Data via CSV?

BR Tobias