Introduction
The fields in Contactly vary according to the type of data they contain, making it easy to manage a variety of information.
Field type
Contactly supports the following data types:
- Integer number,
- Decimal number,
- Text,
- Date:
- DD/MM/YYYY,
- MM/DD/YYYY,
- YYYY/MM/DD,
- DDMMYYYY,
- MMDDYYY,
- YYYYMMDD,
- DD-MM-YYYY,
- MM-DD-YYYY,
- YYYY-MM-DD.
- Date and time:
- YYYY-MM-DD hh:mm:ss,
- YYYYY/MM/DD hh:mm:ss,
- YYYYYMMDD hh:mm:ss.
The dates are composed as follows:
- YYYY: year in 4 digits,
- MM: month in 2 digits,
- DD: day in 2 digits,
- hh: hour in 2 digits,
- mm: minute in 2 digits,
- ss: second in 2 digits,
A mandatory type field must contain a value for each line in the file.
Conclusion
If a value in the file does not match what you have defined, it means that the file has not been formatted as you expected. The file is not processed.