If get dates and numbers in various formats from my international business partners. Does DataMapper have the ability to read and write these dates?
DataMapper has a powerful date and numeric format engine that you can use to define any date formats for incoming or outgoing files. For instance, you can define date formats such as YYYMMDD, YYMMDD, DDMMYY, DD-MM-YY, MM/DD/YY, etc. In short, you can read and write dates and numbers in practically any format.