skip to Main Content

Regex search for text then extract row – Shopify

I have JSONL file as text - string, its a very big file and not useful to convert to standard JSON: {"id":"gid://shopify/ProductVariant/32620848382088","__parentId":"gid://shopify/Product/4632300847240"} {"id":"gid://shopify/Product/4632300912776"} {"namespace":"daily_deals","key":"status","value":"inactive","__parentId":"gid://shopify/Product/4632300912776"} {"namespace":"daily_deals","key":"endtime","value":"1604966400000","__parentId":"gid://shopify/Product/4632300912776"} {"id":"gid://shopify/ProductVariant/32620848447624","__parentId":"gid://shopify/Product/4632300912776"} {"id":"gid://shopify/Product/4632301011080"} {"namespace":"daily_deals","key":"status","value":"inactive","__parentId":"gid://shopify/Product/4632301011080"} {"namespace":"daily_deals","key":"endtime","value":"1604966400000","__parentId":"gid://shopify/Product/4632301011080"} {"id":"gid://shopify/ProductVariant/32620848808072","__parentId":"gid://shopify/Product/4632301011080"} {"id":"gid://shopify/ProductVariant/39402297720968","__parentId":"gid://shopify/Product/4632301011080"} {"id":"gid://shopify/Product/4673135444104"} I want to solve problem at frontend so…

VIEW QUESTION
Back To Top
Search