How to collect special rows into one file?

Moderators: cyao, michael_borland

Post Reply
Cai_Meng
Posts: 18
Joined: 19 Jun 2017, 08:01

How to collect special rows into one file?

Post by Cai_Meng » 27 Jun 2017, 22:43

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
Attachments
Corrector_sth.cor
(639.26 KiB) Downloaded 419 times

michael_borland
Posts: 1933
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: How to collect special rows into one file?

Post by michael_borland » 28 Jun 2017, 09:13

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

Cai_Meng
Posts: 18
Joined: 19 Jun 2017, 08:01

Re: How to collect special rows into one file?

Post by Cai_Meng » 28 Jun 2017, 19:26

Dear Michael,

It's done! Thank you very much!

Best regards,
Cai

Post Reply