Member since
09-23-2019
8
Posts
0
Kudos Received
0
Solutions
09-08-2023
10:12 AM
I am working in NiFi 1.16 and trying to use ExecuteSQL processor to write out a Parquet file. My challenge is the decimal format is being changed to "LogicalType(STRING: StringType())". The data is coming from an MS SQL server. We have tried to set the precision and scale, but still continues to come out in a string instead of a decimal.
... View more
Labels:
12-10-2019
12:46 PM
Add me to this growing list.
... View more
09-23-2019
10:15 AM
could do write of both files to a ms sql db and compare the 2 rows then generate an xml based on the difference? please let me know.
... View more
09-23-2019
09:11 AM
Hi all,
I have 2 xml files that I would like to compare from yesterday and now, then make a new xml file with only the difference between the 2 xml files. This would be on 16k to 20k files daily.
I can see where I can split the file and parse, but nothing specific regarding comparing. These xml files have over 100 individual elements.
Any help / suggestion to get started would be great.
Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi