toneffectory
New Member
- Joined
- Mar 26, 2018
- Messages
- 2
Hi all,
I hope anybody can point me in the right direction of the challenge I'm faced with:
Periodically I have to convert excel pricelists that I receive from suppliers to an excel pricelist according to a layout that can be imported in our system. Currently this requires lots of manual labor and it would be great if this could somehow be (semi-)automated.
Detail explanation:
We receive a multitude of pricelists from our suppliers. They're all in excel, single worksheet, one item per row. Periodically (irregular timeframe) the prices of a supplier are updated and the supplier sends a new pricelist.
I can import pricelists in our quotation software. The import file has to be excel, single worksheet, one item per row. The name of the header row of each column should be a specific string in order for the import-tool to know what to do. E.g. "Brand", "Article number", "Description", "Gross price".
The excel pricelists of our suppliers are not perse according to the import file standard:
- Required columns may or may not exist (e.g. a single brand supplier will not have the "Brand" column, a multi-brand supplier will have the "Brand" column)
- Column header names may vary (e.g. "Product description" instead of "Description", "RRP" instead of "Gross price")
- Price column may or may not include valuta sign. Number may be comma or dot separated.
Is there a tool out there that aids in converting excel files from one layout into another layout? Preferably one that allows me to create conversion rules per supplier, in such a way that lots of repetitive actions are done according to pre-defined rules, e.g.:
- copy column C of the suppliers excel to column A
- copy column with headername "RRP" of the suppliers excel to column with header name "Gross price"
- for all items, add text "Nike" to column "Brand"
Thanks in advance.
BR,
Leo
I hope anybody can point me in the right direction of the challenge I'm faced with:
Periodically I have to convert excel pricelists that I receive from suppliers to an excel pricelist according to a layout that can be imported in our system. Currently this requires lots of manual labor and it would be great if this could somehow be (semi-)automated.
Detail explanation:
We receive a multitude of pricelists from our suppliers. They're all in excel, single worksheet, one item per row. Periodically (irregular timeframe) the prices of a supplier are updated and the supplier sends a new pricelist.
I can import pricelists in our quotation software. The import file has to be excel, single worksheet, one item per row. The name of the header row of each column should be a specific string in order for the import-tool to know what to do. E.g. "Brand", "Article number", "Description", "Gross price".
The excel pricelists of our suppliers are not perse according to the import file standard:
- Required columns may or may not exist (e.g. a single brand supplier will not have the "Brand" column, a multi-brand supplier will have the "Brand" column)
- Column header names may vary (e.g. "Product description" instead of "Description", "RRP" instead of "Gross price")
- Price column may or may not include valuta sign. Number may be comma or dot separated.
Is there a tool out there that aids in converting excel files from one layout into another layout? Preferably one that allows me to create conversion rules per supplier, in such a way that lots of repetitive actions are done according to pre-defined rules, e.g.:
- copy column C of the suppliers excel to column A
- copy column with headername "RRP" of the suppliers excel to column with header name "Gross price"
- for all items, add text "Nike" to column "Brand"
Thanks in advance.
BR,
Leo