Split large xml files into multiple

Jimmy509

New Member
Joined
Apr 18, 2019
Messages
29
I am working with a large xml files that is about 80000KB and it's full of data. It's bigger that the maximum allowed in excel. So When I try to import it as a table in excel I get an error.
I am looking for alternatives on how to import the data in excel. I am thinking it may be best to split the xml files in 2 or 3 smaller xml files. Then Import them separately in excel.
The issue is I am not well versed in excel VBA and would like some help In doing so.
This is what the xml files look like.

<satellite_system sat_name="STEAM-1" ntc_id="114520273">
<pfd_mask mask_id="325" low_freq_mhz="10700" high_freq_mhz="12750" refbw_khz="40" type="azimuth_elevation" a_name="latitude" b_name="azimuth" c_name="elevation">
<by_a a="-85">
<by_b b="-59">
<pfd c="-59">-1000</pfd>
<pfd c="-58">-1000</pfd>
<pfd c="-57">-1000</pfd>
<pfd c="-56">-1000</pfd>

For every a and every b values, there's a lot of c values.

Please help!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Look at using PowerPivot or Power BI

 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top