...
- d - The day of the month, from 1 to 31
- dd - the day of the month from 01 to 31
- M - the month from 1 to 12
- MM - the month from 01 to 12
- MMM - the abbreviated name of the month (Jan, Feb...)
- MMMM - the full name of the month
- yy - the year from 00 to 99
- yyyy - the year as four digits
- yyyyy - the year as five digits. E.G. 02021
- / - the date separator
- Any string not in the following list may be used as a date separator
- d,dd,ddd,dddd,f,ff,fff,ffff,fffff,ffffff,fffffff,F,FF,FFF,FFFF,FFFFF,FFFFFF,FFFFFFF,g,gg,h,hh,H,HH,K,m,mm,M,MM,MMM,MMMM,s,ss,t,tt,y,yy,yyy,yyyy,yyyyy,z,zz,zzz,:,/,%
Invisible Fields
Invisible fields allow fields to be set on the format that are not present in the import file.
Using the image above as an example, the import CSV file will not contain a Workgroup column. When the file is imported, a Workgroup column will be added, all rows will be set to the Invisible Value (PAY001)