An intelligent automation tool built with Streamlit to parse Flipkart/E-commerce FSNs and values from various messy text formats and convert them into structured CSVs for bulk uploads.
- Smart Parsing: Automatically pairs 16-character FSNs with their corresponding values, even if they are side-by-side or in stacked lists.
- Multiple Modes:
- Percentage: Uses
UT_disc_percent_cat,UT_disc_percent, andLT_disc_percent. - ASP (Average Selling Price): Uses
custom_14,UT_absolute, andLT_absolute. - P0 Mode: Uses
mrp_disc_percent,UT_disc_percent, andLT_disc_percent.
- Percentage: Uses
- Advanced Math Logic: Supports natural language instructions like
LT - plus 10orLT 44to override specific keys. - Instant Export: Preview the data table and download a ready-to-use CSV file.
If you want to run this app locally:
- Clone the repository:
git clone [https://github.com/YOUR_USERNAME/fsn-smart-parser.git](https://github.com/YOUR_USERNAME/fsn-smart-parser.git) cd fsn-smart-parser