Member since
01-31-2019
23
Posts
0
Kudos Received
0
Solutions
04-05-2019
04:48 AM
i want to join multiple csv base on ID with single schema.
... View more
Labels:
03-28-2019
11:32 AM
@Shu can i use this with filename i mean i would like to filename after validating two conditions in RouteONAttribute ${filename:contains("csv.done")}:and ${filename:contains(".csv")}
... View more
03-28-2019
04:46 AM
@Shu how can i use this for multiple file base on one file name example :- input path contains 3 files and one is .done.cvs emp.csv dept.csv account.csv date.done.csv if the input path contains the .done.csv then only my file should route in nifi flow . else it should not be route .
... View more
03-28-2019
04:43 AM
@Shu how can i use this for multiple file base on one file name example :- input path contains 3 files and one is .done.cvs emp.csv dept.csv account.csv date.done.csv if the input path contains the .done.csv then only my file should route in nifi flow . else it should not be route .
... View more
03-05-2019
08:05 PM
input is :- < name">NAKURU_RNC</p> < ActivePRNC">5</p> < AlarmSetforWCELBLINIT">0</p> < CBCSourceIPAddress">0.0.0.0</p> < CSAttachDetachAllowed">1</p> Expected output is:- < name>NAKURU_RNC</name> < ActivePRNC>5</ActivePRNC> < AlarmSetforWCELBLINIT>0</AlarmSetforWCELBLINIT> < CBCSourceIPAddress>0.0.0.0</CBCSourceIPAddress> < CSAttachDetachAllowed>1</CSAttachDetachAllowed>
... View more
- Tags:
- nifi-processor
Labels:
03-04-2019
07:54 PM
xml input is :- <p name="Numch">1</p> <p name="NumofgHich">1</p> <p name="WCELMC">639</p> output :- <Numch>11</Numch> <NumofgHich>14</NumofgHich> <WCELMC>639</WCELMC>
... View more
- Tags:
- nifi-processor
- xml
Labels:
03-01-2019
04:09 PM
my input - <managedObject class="WELL" version="ABC17" distName="PLM-PN/RNC-5/WS-1617/WL-171" id="37497"> <p name="Number">1</p> <p name="Number1">1</p> </managedObject > i would like to replace it with <p name = with <Number> , and </p> with </Number> and add new tag my output must be <manage> <class>WELL</class> <version>ABC17</version> <distName>PLM-PN/RNC-5/WS-1617/WL-171</distName> <id>37497</id> <Number>1</Number> <Number1>1</Number1> </manage >
... View more
Labels:
02-28-2019
09:21 AM
xmlsampleop.png @Andrew Lim you can refercm_sample.txt this image and file
... View more
02-27-2019
10:21 AM
@Andrew Lim , i am getting header only not data cm_samples.xml schema.txt i attached my schema and xml pls let me know where i am going wrong
... View more
02-27-2019
05:57 AM
Thanks @Andrew Lim
... View more
02-25-2019
06:54 AM
@Max Börebäck can you upload the template here
... View more
02-25-2019
06:48 AM
@Andrew Lim can you upload the template for XML to CSV with sample data .
... View more
02-20-2019
08:11 AM
FYI https://community.hortonworks.com/questions/226390/nifi-18-error-updateattribute-is-not-known-to-this.html
... View more
02-20-2019
08:08 AM
@Andrew Lim After importing it giving me this error
... View more
02-15-2019
05:57 AM
@Andrew Lim can you please upload the template here i have tried to upload template given in link but it throwing error
... View more
02-14-2019
05:16 AM
can you please upload the sample xml and nifi template here Thanks Nitin
... View more
02-14-2019
05:13 AM
i have XML files about 1-2 GB i want it to convert into CSV format using apache nifi. so that i can process CSV for joining the two csv.
... View more
Labels:
02-07-2019
07:24 AM
To join the csv file i have make flow GetFile ---------->> LOOKuprecord ------->> csvrecordlookup(given second file path )---- i want to give second file name in the flow itself instead of giving local
... View more
Labels:
02-04-2019
06:37 AM
i want to store intermediate data or csv into variables.
... View more
Labels:
02-04-2019
05:15 AM
i have three csv files stored on S3 i fetch that csv using ListS3Object and now i am going to use Lookuprecord to join the csv but in csvrecordlookupservice need second csv path but it is not accepting bcoz of i have to put credentials how to do it?
... View more
Labels:
01-31-2019
02:22 PM
@Shu , can you upload xml for recent solution , @shu can you upload .xml file here for recent flow
... View more
01-31-2019
02:22 PM
i have done it using lookup record processor but csv recrod lookup not accepting aws s3 path how to solve it?
... View more
Labels: