Sorry, I thought there would be an automatic conversion if you parsed into a Date field and then copyField into the text field. But perhaps the automatic conversion format would not be the way you want. Not entirely sure on copyField limitations (I only used simple case).
Worst case, you can write a custom Transformer and convert the date field into text field with your format or vice-versa. I have a bunch of those in my project doing all sorts of weird things. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Thu, Sep 13, 2012 at 9:48 AM, meghana <meghana.rav...@amultek.com> wrote: > > Alexandre Rafalovitch wrote >> >> copyField? >> > I have tried that... i inserted article_time_DT form dataimport handler and > made copy field for article_time, but the issue is the value i wanted in > these 2 fields are in different format. > > Is there any facility in copy field to have data in different format?? like > i mentoned in my question?