- Posts: 15
From Excel to Excel Adapter
- Herbert Berkley
- Topic Author
- Offline
- User
Less
More
11 years 8 months ago #2263
by Herbert Berkley
From Excel to Excel Adapter was created by Herbert Berkley
I need to take a spreadsheet that organizes data by row format and have it create a single spreadsheet from one field, the work order, and all the associated fields and append into column b of a spreadsheet. Then to the next row to column, and next row to column and so forth until the process is finished. It would be creating unique xls files based on the workorder number.
I have included the source file from which the row data should be placed into column b during the append process.
Thanks,
Herb
I have included the source file from which the row data should be placed into column b during the append process.
Thanks,
Herb
Please Log in or Create an account to join the conversation.
- FlowHeater-Team
- Offline
- Admin
11 years 8 months ago #2264
by FlowHeater-Team
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Replied by FlowHeater-Team on topic Re:From Excel to Excel Adapter
Hi Herbert,
I'm afraid this feature currently works only with the TextFile Adapter. Soon I’ll adapt this feature also into the Excel Adapter.
By now you can use FlowHeater Parameters instead of a real file name just for the TextFile Adapter. I've made a little example to demonstrate this.
In the example an Excel spreadsheet are read and per each "Work Order" one CSV file are written. The CSV file names are dynamical build with the help of the Set Parameter Heater .
I'm afraid this feature currently works only with the TextFile Adapter. Soon I’ll adapt this feature also into the Excel Adapter.
By now you can use FlowHeater Parameters instead of a real file name just for the TextFile Adapter. I've made a little example to demonstrate this.
In the example an Excel spreadsheet are read and per each "Work Order" one CSV file are written. The CSV file names are dynamical build with the help of the Set Parameter Heater .
Attachment split_excel_data.zip not found
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Attachments:
Please Log in or Create an account to join the conversation.
- Herbert Berkley
- Topic Author
- Offline
- User
Less
More
- Posts: 15
11 years 8 months ago #2265
by Herbert Berkley
Replied by Herbert Berkley on topic Re:From Excel to Excel Adapter
This is great.. When it creates the files I'd like to have each field populate vertically rather than horizontally..
I have included a sample file.. Also the final destination format that the text needs to render into.
Thanks!
I have included a sample file.. Also the final destination format that the text needs to render into.
Thanks!
Attachment WorkOrder.txt not found
Attachments:
Please Log in or Create an account to join the conversation.
- FlowHeater-Team
- Offline
- Admin
11 years 8 months ago #2266
by FlowHeater-Team
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Replied by FlowHeater-Team on topic Re:From Excel to Excel Adapter
Hi Herbert,
Sorry I don’t understand your sample file? NOTE: If you want add more files you have to use a ZIP archive.
I guess what you want and made a new example. To do this you need a second step.
The first steps groups the data with the help of the GroupBy Heater based on the work order. A bit tricky is to put each group row from the READ side to one specific column on the WRITE side. For this you need for each column one IF-THEN-ELSE Heater to decide what row is the current group row. To count the group row you need an additional AutoID Heater with activated GroupBy option.
The second step is just the same as the first example. Read the CSV file where created in the first step and create the unique CSV files based on the work order.
Sorry I don’t understand your sample file? NOTE: If you want add more files you have to use a ZIP archive.
I guess what you want and made a new example. To do this you need a second step.
The first steps groups the data with the help of the GroupBy Heater based on the work order. A bit tricky is to put each group row from the READ side to one specific column on the WRITE side. For this you need for each column one IF-THEN-ELSE Heater to decide what row is the current group row. To count the group row you need an additional AutoID Heater with activated GroupBy option.
The second step is just the same as the first example. Read the CSV file where created in the first step and create the unique CSV files based on the work order.
Attachment group_and_split_excel_data.zip not found
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Attachments:
Please Log in or Create an account to join the conversation.
- Herbert Berkley
- Topic Author
- Offline
- User
Less
More
- Posts: 15
11 years 8 months ago #2269
by Herbert Berkley
Replied by Herbert Berkley on topic Re:From Excel to Excel Adapter
Great.. I think something in my setup is incorrect.. It seems to be stuffing a lot of data that should be on a new line into LINE 1 on the initial output file.
Check it out..
Thanks for all your help!!
Herb
Check it out..
Thanks for all your help!!
Herb
Please Log in or Create an account to join the conversation.
- Herbert Berkley
- Topic Author
- Offline
- User
Less
More
- Posts: 15
11 years 8 months ago #2270
by Herbert Berkley
Replied by Herbert Berkley on topic Re:From Excel to Excel Adapter
Maybe I can add the other file in another post..
Please Log in or Create an account to join the conversation.
- FlowHeater-Team
- Offline
- Admin
11 years 8 months ago #2271
by FlowHeater-Team
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Replied by FlowHeater-Team on topic Re:From Excel to Excel Adapter
Hi Herbert,
There are no attachments available?
You could also send the attachments via email to support [-at-] flowheater.net.
There are no attachments available?
You could also send the attachments via email to support [-at-] flowheater.net.
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Please Log in or Create an account to join the conversation.
- Herbert Berkley
- Topic Author
- Offline
- User
Less
More
- Posts: 15
11 years 8 months ago #2272
by Herbert Berkley
Replied by Herbert Berkley on topic Re:From Excel to Excel Adapter
Thanks.. I think my file size exceeded your limitations.. I will email them.
Thanks,
Herb
Thanks,
Herb
Please Log in or Create an account to join the conversation.
Time to create page: 0.313 seconds