OCLOperators ImportTabSepData
(x)
 
No edit summary
Line 5: Line 5:
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.
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.


[[File:2018-02-20 22h16 15.png|none|thumb]]
[[File:2018-02-20 22h16 15.png|none|thumb]]selfVM.ImportTabSepData will trigger the import logic.

Revision as of 21:36, 20 February 2018

This page was created by Hans.karlsen@mdriven.net on 2018-02-20. Last edited by Edgar on 2025-01-20.

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.