Adding meta data to an existing database
Posted: Thu Jan 22, 2015 4:14 am
II have a Connect App to be used to submit data to a workflow. When it is submitted, the user would enter information that would be a part of the metadata. I am looking for a script to add the metadata to the existing database on every record.'
Example:
meta data: Presorted
Data as submitted:
Name,Address,city,state,zip
John Doe, 123 doverLane, Lanham, MD, 20008
Jane Doe, 123 doverLane, Lanham, MD, 20008
After script
Name,Address,city,state,zip,Indicia,background
John Doe, 123 doverLane, Lanham, MD, 20008,presorted,imageA
Jane Doe, 123 doverLane, Lanham, MD, 20008,presorted,imageA
Is this possible with Javascript?
Example:
meta data: Presorted
Data as submitted:
Name,Address,city,state,zip
John Doe, 123 doverLane, Lanham, MD, 20008
Jane Doe, 123 doverLane, Lanham, MD, 20008
After script
Name,Address,city,state,zip,Indicia,background
John Doe, 123 doverLane, Lanham, MD, 20008,presorted,imageA
Jane Doe, 123 doverLane, Lanham, MD, 20008,presorted,imageA
Is this possible with Javascript?