Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Generate CSV Output from XML template

Priyanka_NageshMay 10 2021

HI ,
We have a requirement to generate output in csv format .
Currently the XML template is defined with Excel output type and this needs to be changed to CSV.
From the List of values,I do not see CSV format .Please let me know how we can generate the output in CSV.
The data template is Excel and the Data definition is XML.
Thanks

Comments

2841567
Answer

Solved.

Found the mount instructions elsewhere:

[root@oracle7c OVM_EL5U4_X86_OVM_MANAGER_PVM]# fdisk -lu System.img

Disk System.img: 9023 MB, 9023132160 bytes, 17623305 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk label type: dos

Disk identifier: 0x0002a119

     Device Boot      Start         End      Blocks   Id  System

System.img1   *          63      192779       96358+  83  Linux

System.img2          192780    13414274     6610747+  83  Linux

System.img3        13414275    17623304     2104515   82  Linux swap / Solaris

mount -t auto -o loop,offset=$((63*512)) System.img /mnt/System

mounted the image file as /mnt/System.

Marked as Answer by 2841567 · Sep 27 2020
1 - 1

Post Details

Added on May 10 2021
0 comments
152 views