The regex .*? (non-greedy) fails on 500K+ JSON due to Java regex backtracking limits, causing truncated data (only 3 of 6 menus extracted). Replace all 3 extraction points with cfscript brace-counting that reliably handles any JSON size. Also decode HTML entities (& -> &, < -> <, etc.) from Chrome View Source saves. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| analyzeMenu.cfm | ||
| analyzeMenuImages.cfm | ||
| analyzeMenuUrl.cfm | ||
| bigdeans_import.json | ||
| checkDuplicate.cfm | ||
| downloadImages.cfm | ||
| importBusiness.cfm | ||
| lookupTaxRate.cfm | ||
| reimportBigDeans.cfm | ||
| saveWizard.cfm | ||
| testUpload.cfm | ||
| uploadSavedPage.cfm | ||