Skip to content

A simple utility to parse strings for Excel inventory files

License

Notifications You must be signed in to change notification settings

twinsorltd/string-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Parser

Unit tests

This simple utility is used to parse warnings from Amazon Vendor Central and get only the relevant part out of it

Sample input

There is a conflict with your submission and another ASIN “B087TR7T44” in our catalogue. Change the product attribute to “Cranberry” or contact us to change the brand value if you are the brand owner.
There is a conflict with your submission and another ASIN “B09XJ1LL5G” in our catalogue. Change the product attribute to “Total Shiny Black” or contact us to change the brand value if you are the brand owner.
There is a conflict with your submission and another ASIN “B087C9TNTW” in our catalogue. Change the product attribute to “Multicoloured (Multicoloured)” or contact us to change the brand value if you are the brand owner.
There is a conflict with your submission and another ASIN “B09NT94SG7” in our catalogue. Change the product attribute to “["Multicoloured"]” or contact us to change the brand value if you are the brand owner.

Matching output

Cranberry
Total Shiny Black
Multicoloured (Multicoloured)
["Multicoloured"]

Live Demo

Click here to use the utility

About

A simple utility to parse strings for Excel inventory files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages