Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Lines break - Data Warehouse with Adobe analytics API

Avatar

Level 1

Hi there,

I'm using data warehouse export option through the adobe analytics API, and currently, I'm facing an issue when I try to export some tracking code values. I have realized some tracking code values, contain a line break (CR LF). This is not a problem when I retrieve the values in AA interface but it is when I use data warehouse export with API (Not happening when I export the data manually from the interface). The line break is adding a new row, which value in the granularity column, is not date, getting a datetime construct error, cause, obviously, AA cannot format as date this string.

Is there any way of removing these lines break in Adobe analytics? I was thinking on either overwrite all of them using classification importer or explore API options to parse fields before Adobe server response.

I'm using the adobe analytics wrapper in python:

https://github.com/SaturnFromTitan/adobe_analytics

Any sort of help is more than welcome.

Thanks,

Marcos

0 Replies