Skip to content

Releases: programmfabrik/fylr-plugin-collection-csv-import

v2.1.2

05 May 06:49

Choose a tag to compare

Enhances error handling for csv import.

v2.1.1

24 Apr 15:19

Choose a tag to compare

This release resolve critic probles regarding the plugin. Now the plugin will not fail if there is a workflow configured for the affected OT also the error handling was improved.

v2.1.0

23 Apr 17:14

Choose a tag to compare

  • This release adds a new option to the plugin to enable/disable the importing of csv created objects into a subcollection. IF disabled the objects imported using the csv will not be added to any collection. If activated, the objects created with the csv import will be added to a subcollection with the date of the import as name. IMPORTANT: Only search enabled Objecttypes will be added to collections.
  • A new select option was added to allow limiting the import to : Only Inserts, Only Updates or Both (default)
  • This release fix a bug that did not activate the save button after chaging configuration in the csv configurator panel.
  • A bug was fixed that caused a FE Error if the csv configured in the plugin had any non valid field (legacy fields for example or fuelds that was modified at schema or mask level)
  • Localization enhancements.
  • This release adds new EVENTS specific for the csv-import collection upload plugin, you can read more info about this new events in the README of the plugin.
  • Updates the ref of the FE to add all fixes added to CSV Importer.

Release v2.0.0

02 Dec 18:46

Choose a tag to compare

•	The way the plugin works internally on the server has been improved.
•	New logging tools have been added to make developing this plugin easier.
•	A descriptive README has been created explaining how to install and use the plugin.
•	New logic has been added to adapt the plugin to current Fylr limitations.
•	The plugin now creates a daily subfolder for imports, where it places the imported objects. The CSV will still be imported into the hotfolder; this clearly separates the import container from the target container for objects.
•	The frontend submodules have been updated, fixing several issues in the CSV importer and adding general improvements.

v1.0.3

18 Jun 10:33

Choose a tag to compare

This new release adds support for plugins and custom data types. Also enhances the error handling of the plugin.

v1.0.2

16 Jun 22:48

Choose a tag to compare

This minor release come with a new Error handling functionallity for the plugin. Now the frontend will have better info of the errors produced when trying to import csv. Also the plugin now has the capability to post FRONTEND_ERROR events including the stack of the error produced. This will allow dev to inspect errors on external and production instances where the log of the fylr server is usuarlly not easily readeable.

v1.0.1

11 Jun 17:24

Choose a tag to compare

This patch release contains the following features:

  • Adds better error handling for when the csv importer fails.
  • Adds a custom message on the report of the upload when the frontend hotfolder is used.
  • Fixes localization
  • Fixes the enable option of the plugin. Now the user can deactivate the plugin without losing the configuration.
  • Adds report to the event log of fylr that includes the files that were imported with the csv-import.

V1.0

10 Jun 13:23

Choose a tag to compare

This first version allows the user to set up an automatic CSV import whenever a .csv file is detected in a fylr collection. This will work both in the hotfolder mode in the frontend and by using WebDAV. The plugin runs the same CSV importer as the frontend, so all the features available in the frontend are available in the imports with this plugin. For more information about the plugin, read the readme.md