Hi,
I have the following input in a csv file(attached):
Size Color Shape
- |green |
- |red |-
- |- |Rectangle
- |- |Circle
big |- |-
small |- |-
....
...
..
and I want to get something like this:
big green rectangle
big green circle
big...
@Mikrom, thanks for your prompt response.
I want to get the word "inet filter" and after "term" if they exist.
This is my input:
Rule | Command
1 | set firewall inet filter ACL1 interface-specific
2 | set firewall inet filter ACL2 term Remark2 from prefix-list COMCAST-INFRASTRUCTURE
3...
Hi,
I am new to programming and new to Perl and I could definitely use some help. I have a .csv file from which I am reading lines, I used the following code:
foreach my $cell (@cells_array) {
$attr1_value = shift(@attr1s);
while ($attr1_value ne "") {
$_ = $attr1_value;
/inet filter\s+/...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.