Results 1 to 2 of 2

Thread: XML files generation

  1. #1
    Junior Member
    Join Date
    May 2024
    Posts
    1
    Rep Power
    0

    XML files generation

    I have the need to produce an XML formatted file from what is now a sequential file produced by a COBOL program. I did some cursory search and with that it seems like either we can use a third party tool or can write a COBOL program with all the XML tags already in working storage reformat the file in to XML. Or can there be a way to use a Java app to read the generated file and produce the XML using Java tools and a Java parser?
    But with these we are not sure what one should be choose. Asking client for a new tool is a tough preposition. The option with COBOL seems doable, but does not seem to be the most elegant of solutions. Solution with Java parser sounds interesting and appealing, but the question is, we need to make sure that anything that is run is standard, vanilla IBM stuff. What level of VSE (if any) supports Java natively?

  2. #2
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,355
    Rep Power
    10
    Hello jonebanes
    Welcome to ExcelFox
    Your question probably won’t get much response here, as there are not so many people passing at the best of times, and those that do are thinking about Microsoft Windows, Microsoft Office and in particulate the Microsoft Office application Excel and its Automation using VBA, (Visual Basic for Applications), all from about the last 25 years.
    I don’t even know where to pass you on to.
    The best you can hope for here I think is that someone passing might know where to pass you on to, but don’t hold your breath.

    At first glance, I don’t think there is any relevance between Excel Help and your question. Excel is mostly about sheets with boxes in it that we put text and formulas in and can go some way to making the sheet look organised and pretty.
    We do have VBA coding, the coding we can use to automate Excel a bit, and that does have a lot of possibilities to link to other stuff, and manipulate all sorts of things outside Excel, almost anything inside Windows actually.
    But at first glance I don’t think I see a simple way to do anything like you want. But that is likely as I have no idea about most of the stuff you are taking about.

    One thing we can do with VBA nicely is take in text files , manipulate those text files , and re output or make new text files. So I suppose if you had your “sequential file produced by a COBOL program” in some form of a text file, then that could be taken in manipulated / converted into the XML form, which I know is like a text file with a lot of structured < > tag things.
    We can in VBA do a lot of text manipulation / conversion.

    That is as much as I can say.

    Alan
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    _...KILL A MODERATOR!!

Similar Threads

  1. Need help to convert Excel data to XML
    By uakash7 in forum Excel Help
    Replies: 24
    Last Post: 03-04-2021, 03:10 PM
  2. XML Mapping in Excel Sheet
    By Ranjithkumar in forum Excel Help
    Replies: 1
    Last Post: 01-28-2014, 09:14 AM
  3. Xml Mapping in Excel Macro
    By dhivya.enjoy in forum Excel Help
    Replies: 1
    Last Post: 10-18-2013, 04:11 PM
  4. Convert selected file to XML and save.
    By dhivya.enjoy in forum Excel Help
    Replies: 7
    Last Post: 10-09-2013, 01:32 PM
  5. Replies: 15
    Last Post: 08-23-2013, 12:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •