Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
could anyone please help in this :
I got the JSON file in this format and tried loading it into database
I have extracted file through tREST component and using tExtractJSONFields and could not apply logic in this component.
The JSON file is in this below attached format:
please help me in applying logic in textractjsonfields component.
Thank you sir.
By applying your logic I can remove all strings.
I have done the job as
tREST--main--tExtractJSONFields--main--tJavaRow--tExtractDelimited--main-- tfileoutputdelimited
I am getting all rows data in a single row but I want it to be in row by row like row1 under row2 under row3.
Could you please help in this.
Below are the rows:
rows[["jansi","13","100121521","female","7"],
["jay","14","989561914","male","5"],["janu","16","46566562","female","8"]]
I have attached my output.
Could you please help me in this.
Thank you sir.
By applying your logic I can remove all strings.
I have done the job as
tREST--main--tExtractJSONFields--main--tJavaRow--tExtractDelimited--main-- tfileoutputdelimited
I am getting all rows data in a single row but I want it to be in row by row like row1 under row2 under row3.
Could you please help in this.
Below are the rows:
rows[["jansi","13","100121521","female","7"],
["jay","14","989561914","male","5"],["janu","16","46566562","female","8"]]
I have attached my output.
Could you please help me in this.
Could anyone please help me in this ???