-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small fantastico parsing improvement
- Loading branch information
1 parent
caec36e
commit 67ecbe7
Showing
5 changed files
with
137 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
132 changes: 132 additions & 0 deletions
132
src/test/resources/extractors/fantastico/expected_14.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
[ | ||
{ | ||
"name": "Чипс от царевица GRIVAS различни вкусове от един и същи вкус", | ||
"quantity": "2 бр х 100 г", | ||
"price": 2.28, | ||
"oldPrice": 4.56, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Крекер CHIO Party Mix", | ||
"quantity": "2 бр х 200 г", | ||
"price": 3.98, | ||
"oldPrice": 7.96, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Печен чипс LAY`S различни вкусове", | ||
"quantity": "125 г", | ||
"price": 2.59, | ||
"oldPrice": 5.35, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Бира STELLA ARTOIS амбалаж", | ||
"quantity": "500 мл 0.20 лв бутилка", | ||
"price": 1.55, | ||
"oldPrice": 2.59, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Бира CORONA Екстра", | ||
"quantity": "355 мл", | ||
"price": 1.89, | ||
"oldPrice": 3.29, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Бира HEINEKEN Classic; Silver", | ||
"quantity": "мултипак, кен 4 бр х 500 мл", | ||
"price": 4.99, | ||
"oldPrice": 7.47, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Водка КРЕСКОВА", | ||
"quantity": "1 л", | ||
"price": 0.1, | ||
"oldPrice": 21.99, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "MARTINI Fiero; Bianco Torino", | ||
"quantity": "750 мл", | ||
"price": 11.99, | ||
"oldPrice": 19.99, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Вермут Напитка ABSOLUT Passion Fruit Martini; Малинова Лимонада от един и същи вид", | ||
"quantity": "кен, 2 бр х 250 мл", | ||
"price": 3.78, | ||
"oldPrice": 7.56, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Печено кашу ROIS", | ||
"quantity": "2 бр х 140 г", | ||
"price": 6.88, | ||
"oldPrice": 13.76, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Печени бадеми KRONOS", | ||
"quantity": "2 бр х 70 г", | ||
"price": 4.28, | ||
"oldPrice": 8.56, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Ядки AYA", | ||
"quantity": "парти 500 г", | ||
"price": 2.99, | ||
"oldPrice": 5.99, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
}, | ||
{ | ||
"name": "Тиквени семки DETELINA", | ||
"quantity": "2 бр х 100 г", | ||
"price": 2.58, | ||
"oldPrice": 5.16, | ||
"category": null, | ||
"picUrl": null, | ||
"validFrom": null, | ||
"validUntil": null | ||
} | ||
] |
Binary file not shown.