I'm using the latest version of the excel importer. I created a basic excel sheet with some data. The first column contains a name of an article. The name is in this case also the key, therefor only new rows are saved in Mendix. The problem i'm having is that I've an article ...
In the import template, you can define which Excel columns can be used to create references between the imported data and other entities. Further, you can indicate handling of these references so that the ExcelImporter will create a record in the referenced table if one is not found. You can...
My problem at the moment is that when I do the import, the Excel dataset (and therefore the file) are not imported ! Export : Import: Any idea ? Best regards, Expand Post LikeLikedUnlikeReply Randy E 4 years ago @Benjam1, did you try using the same transfer mode listed for the...
4 I want to import an Excel sheet including a date time column. To parse the string to date time I used a subflow at the main import flow, in which I parse the string to date/time in a create variable action (with error handling): parseDateTime($Parameter_String, 'MM/dd/yyyy'). ...