-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Proposal summary
I have a flat structure for reusability and so I can see if a rule is missing some data quickly. The alternative rather than having it nested in one field where some data can get lost ex an object of rules but if I have many then if one is missing it will be hard to see and in my view this is a bit less clean. The current method means my dataset is not expandable and I can't update it without creating an entirely new dataset
So here are my csv columns for example
fileID ,pageNumber, fileJson, imagesJson, ruleA ,ruleB, ruleC
and I don't have a simple/quick/easy way to add a ruleD via ui
Motivation
dataset expandability