Question Thembelani Mlalazi · Oct 13, 2017 CSVFile straight TO a XML File I am trying to read a csv file and transfer it to a XML file without storing the objects to a database I have this code here doing the reading and have another method transferring the object read to a file but the reading one reads fine when it comes to the converting one I run to problems nothing happens any help appreciated #CSV #Object Data Model #ObjectScript #XML #Caché 0 2 0 783
Question Thembelani Mlalazi · Oct 12, 2017 Issue transforming CSVFile To An XML File I have a business service that brings in a xml virtual document to the production and also a csv service that brings in a csv file and have a process that transforms both to a xml output but I have a problem with the csv as it is giving me this error when I try to trans form it ```ERROR <Ens>ErrException: <PROPERTY DOES NOT EXIST>zOnRequest+1 ^EnsLib.MsgRouter.VDocRoutingEngine.1 *DocType``` I have read here followed the suggestion but now I do not get any errors but my m #Business Process (BPL) #CSV #DTL #XML #Ensemble 0 5 0 504
Question Thembelani Mlalazi · Oct 10, 2017 How to project XML to Nested Xml I have an xml file that I read into objects and I am trying to print that file back in nested xml anyone with idea on how that can be achieved or where I can read in order to achieve this, here is an example of what I am trying to do.From this <Root> <FamilyMembers> <familyName> </familyName> <Name> </Name> <Age> </Age> <Employment> </Employment> </FamilyMembers> </Root> To this #Object Data Model #XML #Caché 0 2 0 623
Question Thembelani Mlalazi · Oct 9, 2017 How to read CSV file contents into Objects in Cache I have this code here;I am trying to read a csv file but when I run this code I get <LIST>%open+3^%stream.Object.1 would anyone have a look and tell me where I am going wrong .Record mapper is fine but I need a custom csv Importer #CSV #Object Data Model #Caché 0 13 0 4.6K
Question Thembelani Mlalazi · Oct 4, 2017 How to Ignore Headers on a CSV File when Using Record Mapper I have implemented a csv record mapper to read files into the production in ensemble but it errors every time I read a file with headers on the columns as these are not recognised as the specified data types .Is there a way to ignore the headers when reading in values from a file with headers. Please note this have been built using the pre built components. #CSV #Ensemble 0 1 0 741