-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
AMI Import PluginsGets data from somewhere, puts data into a strawberry baskedGets data from somewhere, puts data into a strawberry baskedFile processingEverything is a file, even me.Everything is a file, even me.LoD ReconciliationMake your labels into Links and sufferMake your labels into Links and sufferTwig ExtensionExtend too much and the wood might breakExtend too much and the wood might breakenhancementNew feature or requestNew feature or request
Milestone
Description
IN specific https://github.com/esmero/ami/blob/main/src/AmiUtilityService.php#L1621 uses only
Line 2782 in f6a7c51
| public function getDifferentValuesfromColumnSplit(array $data, int $key, array $delimiters = ['|@|', ';'] ): array { |
Which might/not take in account other common ways of providing data (specially if you have a script that transformed data into an already easier to parse column/cell format, but its actually JSON
So ... expand it and try a few other options
- "plain" JSON Arrays
- JSON arrays of Objects with keys like "value", "label" (or start with label?") etc.
Since we are using the same method for actual processing touching ::getDifferentValuesfromColumnSplit() should be enough to make our metadata pros happy
Metadata
Metadata
Assignees
Labels
AMI Import PluginsGets data from somewhere, puts data into a strawberry baskedGets data from somewhere, puts data into a strawberry baskedFile processingEverything is a file, even me.Everything is a file, even me.LoD ReconciliationMake your labels into Links and sufferMake your labels into Links and sufferTwig ExtensionExtend too much and the wood might breakExtend too much and the wood might breakenhancementNew feature or requestNew feature or request