PDA

View Full Version : Program suggest/request


mikesal57
06-13-2016, 11:36 AM
Hey All...

Has anyone written a program to merge a CSV file with a XRD file ?

I have a CSV file and I need certain items added from the XRD...

Also , I need it to do it in batch mode .

thxs

mike

ebcorde
06-13-2016, 11:43 AM
Hey All...

Has anyone written a program to merge a CSV file with a XRD file ?

I have a CSV file and I need certain items added from the XRD...

Also , I need it to do it in batch mode .

thxs

mike

NOPE never have. I did a quick look see, looks like you need a XML PARSER , EXTRACT AND INSERT INTO THE CSV FILE.

https://github.com/gitpan/XRD-Parser

http://pear.php.net/manual/en/package.xml.xml-xrd.php

mikesal57
06-13-2016, 11:55 AM
NOPE never have. I did a quick look see, looks like you need a XML PARSER , EXTRACT AND INSERT INTO THE CSV FILE.

https://github.com/gitpan/XRD-Parser

http://pear.php.net/manual/en/package.xml.xml-xrd.php

Thxs ebcorde...I saw they have a bunch of videos on YouTube but I asked here first knowing many do their own stuff .
I saw it was an easy process combining many csv files but to pick and choose what I need from XRD to each horse might be a tough task...
I'll keep on looking..

Mike

lamboy
06-13-2016, 03:28 PM
take a look at the data wrangler product from trifacta.com. it's a gui which will generate code for reuse.

mikesal57
06-13-2016, 07:53 PM
take a look at the data wrangler product from trifacta.com. it's a gui which will generate code for reuse.
Thx...will do.