Search Results

Search: Posts Made By: JRy
25,458
Posted By JRy
Ah ha, that works. Thank you, jp!
Ah ha, that works. Thank you, jp!
25,458
Posted By JRy
I really don't know what's left to try then.. for...
I really don't know what's left to try then.. for another test, I used terminal, executed a touch command to create split2.awk and then used TextEdit to retype the code character by character with no...
25,458
Posted By JRy
Here's the exact contents of my file if you want...
Here's the exact contents of my file if you want to take a look:
share1t.com File Sharing | Download: split.awk (http://share1t.com/2l9o23)
I still feel like I may be doing something wrong.
...
25,458
Posted By JRy
Ah, I see the issue. If I test with the sample...
Ah, I see the issue. If I test with the sample XML I provided in the original post, it works. But it's when I try to execute it on the actual XML export from FileMaker that it fails and just stops...
25,458
Posted By JRy
The terminal prints out the following: awk:...
The terminal prints out the following:
awk: can't open file split.awk
source line number 1 source file split.awk
context is
>>> <<<
Do I need to put in a full file path? I've already...
25,458
Posted By JRy
Sorry I'm a complete AWK beginner, I've been...
Sorry I'm a complete AWK beginner, I've been programming for about 8 years, but only learned of AWK about an hour before I posted.

Let me make sure I understand everything completely, this is...
25,458
Posted By JRy
Thanks for the quick reply, when I try those: ...
Thanks for the quick reply, when I try those:

awk '/<METADATA>/ {
getline
while ( $0 !~ /<\/METADATA>/ ) {
print > "fields.xml"
getline
...
25,458
Posted By JRy
Using AWK to separate data from a large XML file into multiple files
I have a 500 MB XML file from a FileMaker database export, it's formatted horribly (no line breaks at all). The node structure is basically


<FMPXMLRESULT>
<METADATA>
<FIELD...
Showing results 1 to 8 of 8

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