Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Miksu
Miksu
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Miksu
Customize the badges you want to showcase on your profile
What happens to temporary table on another query - Adobe Campaign 08-05-2020
I'm curious what happens to the temporary table of a query, when there is another query in the pipe: I have a query (Q1) that has its results in a temporary table (T1).The flow then continues to another query (Q2) that is NOT quering the T1 or even same dimension as T1, it's a completely new, separate query, that just is in the same flow.It will have its results in a new Temporary table (T2). But what exactly happens to T1? Is it dropped?Does it stay in memory until the whole WF is stopped?Somet...

Views

5.2K

Likes

0

Replies

2
Re: How to fetch labels on import file as rows? - Adobe Campaign 10-09-2019
Here's my final code just as an full example, I'm not a "proper" coder so it might not be the prettiest and there are some "cleaning" possible and the columns had 2 values I didn't want to put in the enumerator, so I rather crudely omitted them with two if/else clauses... but anyway:

Views

2.1K

Likes

0

Replies

0
How to fetch labels on import file as rows? - Adobe Campaign 09-09-2019
I have a file import that has x-number of columns. I want to create an automated enumerator that updates it's values based on the column-labels of the import files.But in order to do that, I need to transpose the column lables of the import file to values of a single column.So - f.ex. the file looks like this:Column1Column2Column3Column4Column5Data 1Data 2Data 3Data 4Data 5Data 1Data 2Data 3Data 4Data 5Data 1Data 2Data 3Data 4Data 5I want to get this kind of result:Label of ColumnsColumn 1Column...

Views

2.6K

Like

1

Replies

2
Likes from