Subject:Total Newbie Question... where to get started? Author:Ed Faits Date:08 Mar 2016 03:00 PM
I'm a few days in to the free trial of Stylus Studio and am just now started to "play around" with the tool. I've got what I think is a simple task... I have a .csv export file of some SQL data, very simple:
firstname, lastname, city, state,...
I have a .xsd file from a service that wants to collect data from my client. I need to produce an xml file from the CSV. This process will happen once a month.
How do I get started with this? Which part of the Stylus Studio tool do I use? Most of it will be pretty simple mapping, in one case I'll need to drop in a hard coded "ID" and one XML element will need the current date/time. Everything else will map, IE: "firstname" from my csv file will become FName under the "Person" element.