We have a csv file broken out into multiple sections......
Hour,1,2,3,4,5
Temp,50,51,52,53
Hour,6,7,8,9,10
Temp,50,51,52,53
Hour,11,12,13,14,15
Temp,50,51,52,53
Id like to move the data to be only on two lines.
Hour,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
Temp,50,51,52,53,50,51,52,53,50,51,52,53
Is there an existing template or something to do this? We have the registered pro version of textpipe pro fyi if that matters.
-Tractebel
Consolidating data into a couple of lines
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
The best way would be to sort all the lines so all the hours/Temp go together, then use an EasyPattern to restrict to all lines starting with 'Hour', and inside it, remove all
'Hour', repalce all line feeds with commas, then add a Header to put 'Hour' back in again. Do the same for Temp.
'Hour', repalce all line feeds with commas, then add a Header to put 'Hour' back in again. Do the same for Temp.
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads