Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Priyanka SamadMy scenario is, when i receive the input file, i am not sure what all fields will have data in them, most of them are null. From these, i have to pick the ones that have dates in it and have to format it from YYYY-MM-DD to MMDDYYYY. So far i am able to pick the columns having dates in it,, further to apply formats,, i was wondering if we have any funtion that could help in reading the column names ,like inputfields(),, i am not sure how to code this.
Thanks in advance for the help