dataweave Questions
1
Certain functions and operations in DataWeave seem to execute in a lazy manner, not loading all records at once or only executing when called. At the same time, some seem to support streaming. What...
8
Solved
I am working on transforming my payload. I have got the situation here.
Input payload looks like this below one:-
{
"address": {
"city": "bab",
"company_name": "asdast",
"country_code": "sam"...
Invalidate asked 7/10, 2016 at 18:51
5
Solved
Just like we use
<xsl:message>
inside XSL transformer and
system.out.println
for datamapper, do we have any logging mechanism for dataweave ? If not a direct component, do we have an...
Frameup asked 25/4, 2016 at 9:26
2
Solved
I am trying to log my hashmap it looks something like this :
How do I convert it into proper json format ?
Accompaniment asked 31/12, 2019 at 7:15
7
Solved
DataWeave doesn't like what I'm trying to do with it, and I'm not sure if I'm doing something wrong, or if it is a limitation of DataWeave that isn't possible.
Here's the scenario: I'm querying Sa...
1
Solved
In DataWeave, is it possible to ignore a particular row in a CSV file if a condition is met.
I'm transforming a file where some rows need to be ignored because a column has a value indicating a pa...
1
My current scenario:
I have 10000 records as input to batch.
As per my understanding, batch is only for record-by-record processing.Hence, i am transforming each record using dataweave component ...
Confabulation asked 3/2, 2016 at 7:45
1
© 2022 - 2024 — McMap. All rights reserved.