Page 1 of 1

How to collect special rows into one file?

Posted: 27 Jun 2017, 22:43
by Cai_Meng
Hello experts,

I want to combine multi-page file to one-page file only including some special rows. For example, the attached file contains the correctors’ value and I want to separate HKICK and VKICK into different files. I try to use “sddscombine” to realize, but I cannot separate the right rows. Could you please give me some suggestions?

Thanks in advance!

Best regards,
Cai

Re: How to collect special rows into one file?

Posted: 28 Jun 2017, 09:13
by michael_borland
Cai,

You can do this using sddsprocess:

Code: Select all

sddscombine Corrector_sth.cor -pipe=out | sddsprocess -pipe=in Corrector_sth.cor.HKICK -match=column,ElementParameter=HKICK
--Michael

Re: How to collect special rows into one file?

Posted: 28 Jun 2017, 19:26
by Cai_Meng
Dear Michael,

It's done! Thank you very much!

Best regards,
Cai