ohalloran_b
New Member
- Joined
- Jun 8, 2017
- Messages
- 2
Hi Guys,
I've a scenario where I need to download data from a new tool, send it out to vendors for updates and then upload data back into the tool. Problem is the upload cannot be in the same layout as the download.
I'm having trouble automating the change in layout, transposing won't work, anyone with any ideas?
Download Layout;
<style><!--table {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";}@page {margin:.75in .7in .75in .7in; mso-header-margin:.3in; mso-footer-margin:.3in;}td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignoreadding; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:top; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;}.xl63 {mso-number-format:"Short Date"; text-align:right;}.xl64 {border:.5pt solid windowtext; background:#F2DCDB; mso-pattern:black none;}--></style>[TABLE="width: 522"]
<!--StartFragment--> <colgroup><col width="87" span="6" style="width:65pt"> </colgroup><tbody>[TR]
[TD="class: xl64, width: 87"]Article[/TD]
[TD="class: xl64, width: 87"]Supplier No[/TD]
[TD="class: xl64, width: 87"]Hub 11[/TD]
[TD="class: xl64, width: 87"]Hub 12[/TD]
[TD="class: xl64, width: 87"]Hub 13[/TD]
[TD="class: xl64, width: 87"]Hub 14[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]00382601P[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]00382601P[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]00567001P[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[/TR]
<!--EndFragment--></tbody>[/TABLE]
Upload Layout;
[TABLE="width: 415"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Article Number [/TD]
[TD]Hub Code[/TD]
[TD]Supplier Number[/TD]
[TD] Supply Landing Date[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 11[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 12[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 13[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 14[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 11[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 12[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 13[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 14[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 11[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 12[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 13[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 14[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
</tbody>[/TABLE]
I've a scenario where I need to download data from a new tool, send it out to vendors for updates and then upload data back into the tool. Problem is the upload cannot be in the same layout as the download.
I'm having trouble automating the change in layout, transposing won't work, anyone with any ideas?
Download Layout;
<style><!--table {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";}@page {margin:.75in .7in .75in .7in; mso-header-margin:.3in; mso-footer-margin:.3in;}td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignoreadding; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:top; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;}.xl63 {mso-number-format:"Short Date"; text-align:right;}.xl64 {border:.5pt solid windowtext; background:#F2DCDB; mso-pattern:black none;}--></style>[TABLE="width: 522"]
<!--StartFragment--> <colgroup><col width="87" span="6" style="width:65pt"> </colgroup><tbody>[TR]
[TD="class: xl64, width: 87"]Article[/TD]
[TD="class: xl64, width: 87"]Supplier No[/TD]
[TD="class: xl64, width: 87"]Hub 11[/TD]
[TD="class: xl64, width: 87"]Hub 12[/TD]
[TD="class: xl64, width: 87"]Hub 13[/TD]
[TD="class: xl64, width: 87"]Hub 14[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]00382601P[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[TD="class: xl63"]21/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]00382601P[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[TD="class: xl63"]28/06/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]00567001P[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[TD="class: xl63"]05/07/2017[/TD]
[/TR]
<!--EndFragment--></tbody>[/TABLE]
Upload Layout;
[TABLE="width: 415"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Article Number [/TD]
[TD]Hub Code[/TD]
[TD]Supplier Number[/TD]
[TD] Supply Landing Date[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 11[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 12[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 13[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]XX123ZM/A[/TD]
[TD]Hub 14[/TD]
[TD]01234567P[/TD]
[TD] 21/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 11[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 12[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 13[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]ZZ123ZM/A[/TD]
[TD]Hub 14[/TD]
[TD]12345678P[/TD]
[TD] 28/06/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 11[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 12[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 13[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
[TR]
[TD]AA123ZM/A[/TD]
[TD]Hub 14[/TD]
[TD]23456789P[/TD]
[TD] 05/07/2017[/TD]
[/TR]
</tbody>[/TABLE]