From 859b369b9fc8499bb53c332a84cdb095df934ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 17:58:09 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.9:=20extractor.cfm=20=E2=80=94=20lowercase?= =?UTF-8?q?=20JSON=20keys=20+=20fix=20JSON=20parsing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extractor.cfm | 42 ++++++++++++++++++++++++++++++------------ index.cfm | 2 +- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/extractor.cfm b/extractor.cfm index be4c0d3..e101894 100644 --- a/extractor.cfm +++ b/extractor.cfm @@ -79,10 +79,10 @@ @@ -97,8 +97,19 @@ - - + + + + + + + + + + + + + @@ -117,16 +128,23 @@ + + + + + + + INSERT INTO spec_rows (supplement_id, row_num, name, price, qty, sum, date_start) VALUES ( , - , - , - , - , - , - + , + , + , + , + , + ) diff --git a/index.cfm b/index.cfm index cb9c778..c3a5a00 100644 --- a/index.cfm +++ b/index.cfm @@ -1 +1 @@ -OK v1.0.8 +OK v1.0.9