OCLOperators ImportTabSepData

OBoy - maybe the coolest thing ever.

If you have Tabular seperated data - like you get by copying from excel - you can use that to create or update objects and set attributes and single links.

Create a normal Seeker form - make the searchField multiline so that excepts multiple rows of tabseperated data, add a ViewModel action CreateNew - have it create an object of the class in your seeker.

2018-02-20 22h16 15.png

selfVM.ImportTabSepData will trigger the import logic.

ImportTabSepData will trigger import functionality using SearchExpressions in your ViewModel, use TabSeperated data, first column is key, if key not found by search CreateNew action will be executed if available, use readonly

Note! It has to be a viewmodel or class action, not just an action on the viewmodel itself. (defined in the action editor that is)

This page was edited 48 days ago on 02/10/2024. What links here