grafana/public/app/features/transformers/extractFields
Andreas Christou d0b41f882e
Transformations: Support escaped characters in key-value pair parsing (#47901)
* Additional logic to handle quoted values

* Simple test with quoted values that include spaces

* Update test description

* Updating logic to account for nested quotes

- Adding additional test for nested quotes

* Strip out line breaks and carriage returns pre-processing

* Fix typo in test result

* Update key-value logic to avoid regexp

- Minor changes to account for null values

* Correct escaping on test

* Additional tests

- Test for null values
- Test for nested separator characters
- Update quoting
2022-04-20 15:46:54 +01:00
..
extractFields.test.ts Chore: refactor core transformer folder structure (#45497) 2022-02-17 08:12:38 -08:00
extractFields.ts Chore: refactor core transformer folder structure (#45497) 2022-02-17 08:12:38 -08:00
ExtractFieldsTransformerEditor.tsx Chore: refactor core transformer folder structure (#45497) 2022-02-17 08:12:38 -08:00
fieldExtractor.test.ts Transformations: Support escaped characters in key-value pair parsing (#47901) 2022-04-20 15:46:54 +01:00
fieldExtractors.ts Transformations: Support escaped characters in key-value pair parsing (#47901) 2022-04-20 15:46:54 +01:00