Search results

  1. T

    Question Parsing out html content in text.

    I have some data that was embedded into a html table and stored into a field in the database. Does anyone have advice on a strategy to do that? I am doing this to work with Magento, so we are just bringing the data in and outputting it to a csv for Magento import. So it is just a matter of...
  2. T

    Resolved Passing more than one temp-table as parameters, is it possible?

    Good Afternoon, I am working with SAX, I have 3 different XML files that I need to parse into temp-tables. I have gotten that to work fine. I want to get all that data together to do stuff with it. I have had issues trying to get just one program to parse more than one file, so if you have...
  3. T

    Resolved SAX is getting the best of me...

    Hello, it is me again. I am working on parsing xml into a temp-table and working with it, then output it to a csv file for a magento load. I have gotten the main one to work, but I am confused as to how to handle several going into one big temp-table. This company has a category file, a...
  4. T

    Answered PDFinclude and using -y start up parameter

    Hi my name is Tracy and I am new to progress. I was asked to set up progress to make reports on what files are actually being ran during sessions and I need to eventually get them to be saved as a PDF. I am in a unix system and I guess I am putting this in the script file that the user is...
  5. T

    Answered Parsing XML into a temp table

    I don't know why I get so confused by this. When parsing a xml file in sax, do you have to have a temp-table field for each incoming piece of data? I am getting the error: Invalid handle. Not initialized or points to a deleted object. (3135) I am pretty sure it has to do with the way I am...
  6. T

    Resolved Example from Doc - error

    This bit of code is the second part of the example of SAX-PARSE an XML file to a temp-table. The original code used the connection to the Sports2000 db and defined the temp-table like customer. The objective I am working on I am importing an XML file to a temp-table for some further...
  7. T

    Resolved Looping to populate a temp-table

    Afternoon everyone, I need a tiny bit of help. I have brought in two csv files and put them each in their own temp table. Now I need to put them in one together. The thing is that not all of the data is going into the final product. I am sure that there is an easier way to do this, but as...
  8. T

    Question Importing to a temp table confusion

    Hi, I am very new to Progress and just when I feel like some of this is sinking in, Progress throws me a curve ball. Basically I need to pull in two text files into temp tables and put some stuff from the second one into a third temp table with the first text file data for output. All that...
Top