Search Results

Search: Posts Made By: BithunC
1,824
Posted By BithunC
Thanks Don, its perfectly workingh :)
Thanks Don, its perfectly workingh :)
1,824
Posted By BithunC
Need to print some particular line
I have a file which have lots of line.
delimiter is |
i am counting the delimiter and want to print some lines on basis of this count.
here is my command.

$ awk -F\| '{print NF}' abc.txt | sort...
12,169
Posted By BithunC
Thank you Raj, if you get time kindly run your...
Thank you Raj,
if you get time kindly run your above code with my 5 xml files (attached in post#11 (https://www.unix.com/302690509-post11.html)) and txt file as parameter (attached in post#13...
12,169
Posted By BithunC
u mentioned file name in ur code..but in case of...
u mentioned file name in ur code..but in case of more than one file what i wud do??
12,169
Posted By BithunC
i just want to pass the fileNames.txt as a...
i just want to pass the fileNames.txt as a parameter file which contains 5 xml file-names.
just pass the file name one by one into your code and append the result in output.txt
otherwise you...
12,169
Posted By BithunC
Raj, atleast help me on your post#8...
Raj,

atleast help me on your post#8 (https://www.unix.com/302689763-post8.html)
using your code i can get required output. :b:
i have attached 5 xml files on post#11...
12,169
Posted By BithunC
anyone .... any helping hand... on post#11 ...
anyone .... any helping hand... on post#11
https://www.unix.com/302690509-post11.html
12,169
Posted By BithunC
Raj, Here i attached 5 xml files for your...
Raj,

Here i attached 5 xml files for your reference. but in our share-path more than 10000 this type of xml file will be comming in every month.
we have to store all data into a oracle table...
12,169
Posted By BithunC
yes raj .. thanx for ur extreme help .... this...
yes raj .. thanx for ur extreme help ....
this is exactly what i need ...
this one is perfect for one xml file ..but in our scenario we have a share folder where almost 10000 xml will be stored...
12,169
Posted By BithunC
Raj, you gave ROW/@num as hard-coded but if there...
Raj, you gave ROW/@num as hard-coded but if there more than attribute and some kind of parent-child element in this case how we can solve?

i am giving here one onother example :

sample2.xml
...
12,169
Posted By BithunC
Ya raj ..thanks a lot ... now the output looks...
Ya raj ..thanks a lot ... now the output looks same as per i requierd.
just suggest me one thing .. should i save that code sample.ksh with starting a header line #!/usr/bin/ksh ??
if so then in...
12,169
Posted By BithunC
Thanx for the suggestion raj. Appritiate your...
Thanx for the suggestion raj.
Appritiate your help.

But I don't need the element value, you can see my expected output there is a " " (space) between element name and xpath (so that i can...
12,169
Posted By BithunC
Extract TAG name and XPATH from XML file via shellscript
Hi,
Here is a sample xml file and expected output.
I need to extract the element/tag name (not value) and xpath (sample output.txt).
But the main problem is I put here one simple xml file where I...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 05:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy