How to Keep tXMLMap Schema synchronized with metadata ?
Hi, I've created 2 metadata : one input delimited metadata (input CSV), and one ouput xml metadata. I want to design a job which map csv to xml and send the xml document to a JMS queue, but I need to keep the schema synchronized with the metadata (repository). In tXMLMap, I can right click and "import from repository", but if I update the metadata later, schema in the XMLMAP won't be updated. If I import it again, all mapping is lost... How to solve this problem ?