
Closed
Posted
My ERP system exports daily order-status reports as CSV and Excel files, and I need those files pulled in and posted automatically—no more manual keying. The flow is straightforward: fetch the files, map their columns to our existing order-tracking fields, then push the cleaned data into the live database so dashboards and customer notifications stay current without human intervention. I will supply sample CSV/XLS extracts plus a field map that highlights required, optional, and ignored columns. Your job is to build a small, maintainable import routine—script, micro-service, or low-code automation is fine as long as it can run unattended on our Windows server and log each run’s success or failure. Deliverables • A working import mechanism that processes the ERP’s CSV/XLS files automatically on a schedule or trigger • Configuration or code repository with clear instructions for re-mapping fields if the ERP layout changes • Basic logging/reporting so I can confirm each batch and spot errors quickly Acceptance is simple: drop a fresh ERP file in the watched folder, let the process fire, and watch the new statuses appear in the database with no mismatches. If that works reliably for three consecutive test runs, we are done.
Project ID: 40668287
9 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
9 freelancers are bidding on average ₹1,072 INR/hour for this job

Hi, I understand that you need an automated solution to pull in daily order-status reports from your ERP system and post them without manual intervention. My approach will involve creating a robust import routine that fetches the CSV and Excel files, maps their columns to your existing order-tracking fields, and pushes the cleaned data into your live database. I will ensure that the solution is maintainable and can run unattended on your Windows server. I will also implement basic logging to confirm each batch's success or failure, allowing you to quickly spot any errors. I will use the sample extracts and field map you provide to ensure accuracy in the mapping process. Potential challenges include handling changes in the ERP layout and ensuring that the import routine can adapt without significant rework. I will provide clear instructions for re-mapping fields if necessary. You can view my portfolio here: https://www.freelancer.com/u/techplusintl Ready to start immediately!
₹1,000 INR in 40 days
5.0
5.0

This project immediately caught my attention because it is exactly the type of work I do best. Automating the import of daily order-status reports to eliminate manual keying is crucial for maintaining a clean and user-friendly database. I understand the need for a seamless, integrated solution that can run unattended on your Windows server. While I am new to freelancer, I have tons of experience and have done other projects off site, specifically in data integration and automation. My skills include building maintainable scripts and micro-services, along with robust logging and error handling. If this sounds like what you're looking for I'd love to hear more about your project. Regards, Warrick Van Eeden
₹750 INR in 7 days
1.2
1.2

You drop a fresh ERP file in the folder and new statuses appear in your database with no mismatches. I can start right now. In 24 to 48 hours you get a live working sample on your own CSV or Excel file, so you can watch one batch land before we set the daily run. I will follow your field map, skip ignored columns, and keep a simple log of each run so you can confirm the batch or spot a bad row. If the ERP layout changes, remapping is a config tweak, not a rebuild. Share a sample file and the field map so I can run the first import against it.
₹850 INR in 2 days
0.0
0.0

Hola, puedo ayudarte a automatizar la importación diaria de los estados de pedidos desde CSV/Excel del ERP hacia la base de datos. Mi enfoque sería: - Revisar los ejemplos CSV/XLS y el mapa de campos obligatorios, opcionales e ignorados. - Crear una rutina sencilla para Windows que lea la carpeta vigilada, valide columnas, limpie datos y cargue los estados en la base de datos. - Agregar logs de éxito/error por lote para que puedas revisar cada ejecución. - Dejar la asignación de campos en configuración o documentación clara para que sea fácil mantenerla si cambia el ERP. Tengo experiencia con Excel, limpieza de datos, automatización de procesos y flujos de seguimiento. Puedo empezar en cuanto compartas los archivos de muestra y la estructura de la base de datos.
₹750 INR in 8 days
0.0
0.0

I will build a Python-based automation solution that processes your ERP CSV/Excel exports and loads them into your live database without manual intervention. With 15 years of experience in enterprise data integration and database systems, I have delivered similar import workflows for order management and inventory tracking. The solution will use Python with pandas for parsing CSV/Excel files, sqlalchemy for database connectivity, and the built-in logging module to track each execution. The process will validate column mappings against your field specifications, handle missing or malformed data gracefully, and insert cleaned records into your database using transactions to maintain data integrity. I will deploy this as a scheduled Python script on your Windows server using Task Scheduler for unattended daily execution. If you prefer cloud infrastructure, I can implement it with AWS Lambda triggered by S3 file uploads, with CloudWatch logging and error notifications via SNS. Deliverables include the complete import script, a configuration file for column mappings and database credentials, comprehensive logging with success/failure status for each file processed, retry logic for transient failures, and setup documentation. The code will be modular and maintainable, allowing you to adjust field mappings or add validation rules without rewriting core logic.
₹2,500 INR in 40 days
0.0
0.0

Hi, I can build a small automated import routine that pulls your ERP CSV/XLS order-status files, maps the fields, cleans the data, and updates your live database without manual entry. My approach will be to first review your sample exports, field map, database structure, required/optional columns, and Windows server setup. Then I’ll create a maintainable script or lightweight service that runs on schedule or watches a folder for new files. I’m comfortable with: * CSV/XLS import automation * Excel data processing * Field mapping * Database updates * Windows scheduled tasks * File watcher workflows * Data validation * Error handling and logs * Documentation Deliverables: * Working automated import process * Scheduled or trigger-based execution * Column mapping configuration * Data cleanup and validation * Live database update workflow * Success/failure logs * Error report for bad rows * Setup and remapping instructions * Three test-run verification support I’ll focus on a reliable, simple workflow where dropping a fresh ERP export into the watched folder updates order statuses correctly and keeps dashboards/customer notifications current. Best regards Ankit
₹750 INR in 40 days
1.0
1.0

Hi, This project is directly aligned with the ERP, inventory, SQL, and traceability workflows I build. I can create a maintainable Windows import routine that watches for new CSV/XLS files, validates and maps each record, and updates order statuses without duplicate writes or silent data loss. My implementation would include: 1. A configurable file watcher or scheduled Windows task. 2. A field-mapping configuration so layout changes do not require rewriting the importer. 3. Validation for required columns, data types, order IDs, and allowed status values. 4. Idempotent processing so the same file or order update cannot be posted twice. 5. Staging and transactional database updates with clear rejection handling instead of direct blind overwrites. 6. Structured run logs showing files processed, rows inserted/updated/skipped, and exact error reasons. 7. Setup, remapping, recovery, and test instructions for your team. I would validate the solution with three consecutive test runs as requested, including a repeated file, a malformed row, and a valid status update. I can also provide a dry-run mode so mappings are verified before the live database is changed. Which database engine and version are you using, and are the ERP files written to a local folder, network share, or downloaded from another system? Best regards, Lancer Zhang
₹1,100 INR in 10 days
0.0
0.0

Hi — I build unattended import/automation routines exactly like this. I'll deliver a small, maintainable importer that watches your folder, reads each ERP CSV/XLS, maps columns to your order-tracking fields, and pushes clean data into the live DB, with a log line for every run. Plan: - A watcher (scheduled task or folder trigger) that fires on each new ERP file on your Windows server - Column mapping driven by an external config file, so re-mapping when the ERP layout changes is a one-line edit, not a code change - Validation + de-dupe before writing, so dashboards and customer notifications stay accurate with no mismatches - Per-run success/failure logging so you can confirm each batch and spot errors instantly I'll prove it against your sample CSV/XLS + field map and run it for the three consecutive clean test runs you described before hand-off. Can you share one sample extract and the field map so I can start? — Bruno
₹1,000 INR in 3 days
0.0
0.0

Chennai, India
Member since Jul 23, 2020
₹37500-75000 INR
₹750-1250 INR / hour
$30-250 USD
$250-750 USD
$2-8 USD / hour
₹12500-37500 INR
$8-15 USD / hour
₹600-1500 INR
₹12500-37500 INR
$2-8 USD / hour
₹600-1500 INR
₹750-1250 INR / hour
₹12500-37500 INR
₹750-1250 INR / hour
$15-25 USD / hour
$15-25 AUD / hour
₹600-1500 INR
$30-250 USD
$80 AUD
$80 AUD