Hello people. First discussion.. I hope someone will help me with this.
I have a list of jdf files in a folder (they are like html files: lots of code inside).
Is it possible to take values written inside these jdf files and put them into an excel file?
Maybe in a simple way like a script or in Automator maybe (I have no idea).
The content of the jdf files is something like this:
The text that I want to copy is inside the quotes.
So in the case above on the excel file I would have something like this:
What would be a siple way (hopefully in mac) and considering my poor programming skills...
Thanks
I have a list of jdf files in a folder (they are like html files: lots of code inside).
Is it possible to take values written inside these jdf files and put them into an excel file?
Maybe in a simple way like a script or in Automator maybe (I have no idea).
The content of the jdf files is something like this:
Code:
TimeStamp="2015-03-09T09:19:53+01:00"
DescriptiveName="Project Name"
Pages Actual="12"
SSi:Signature="Sig. Name"
The text that I want to copy is inside the quotes.
So in the case above on the excel file I would have something like this:
Code:
[ A ][ B ][ C ][ D ]
[1][2015-03-09
][Project Name][12][Sig. Name]
[2]
[3]
What would be a siple way (hopefully in mac) and considering my poor programming skills...
Thanks