Sponsored Content
Top Forums Shell Programming and Scripting how to read the variable from tags based on appropriate tag Post 302710217 by mjavalkar on Thursday 4th of October 2012 05:56:53 AM
Old 10-04-2012
Quote:
Originally Posted by elixir_sinari
This works on your sample data:
Code:
awk -F'[<>.]' '/<entity>/,/<\/entity>/{
if(/<name>/) n=$3
if(/<template>/) t=$3
if(/<\/entity>/) {print n,t;n=t=""}}' OFS=' - ' file


Hi Thanks for the update.

A small update that if I don't want to read the values of <name> of <entity> in which <template> doesn't present. Could you help??

---------- Post updated at 03:26 PM ---------- Previous update was at 03:23 PM ----------

Quote:
Originally Posted by pamu
Code:
awk -F "[<>.]" 'NR==1{print "Name Template"}
/<name>/{if(s){print s"-";s=$3}else{s=$3}}
/<template>/{s=s"-"$3;print s;s=""}' file

Hi Thanks you.

I don't want to read the values of <name> of <entity> in which <template> doesn't present. Could you help??
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

read xml tag attribute and store it in variable

Hi, How to read xml tag attributes and store into variable in shell script? Thanks, Swetha (5 Replies)
Discussion started by: swetha123
5 Replies

2. Shell Programming and Scripting

mp3 tag/rename based on creation (last modified date)

Arg, I'm trying to figure out how to create a album tag based on the last modified date stamp for files which don't have a corresponding .talk file. IE. 2009 12 10 - Talk Radio.mp3 is how I want them structured, they should all have a corresponding .talk file so my mp3 player can speak the name ie... (0 Replies)
Discussion started by: mrplow
0 Replies

3. Shell Programming and Scripting

extract xml tag based on condition

Hi All, I have a large xml file of invoices. The file looks like below: <INVOICES> <INVOICE> <NAME>Customer A</NAME> <INVOICE_NO>1234</INVOICE_NO> </INVOICE> <INVOICE> <NAME>Customer A</NAME> <INVOICE_NO>2345</INVOICE_NO> </INVOICE> <INVOICE> <NAME>Customer A</NAME>... (9 Replies)
Discussion started by: angshuman
9 Replies

4. UNIX for Advanced & Expert Users

Shell Script to read XML tags and the data within that tag

Hi unix Gurus, I am really new to Unix Scripting. Please help me to create a shell script which reads the xml file and from that i need to fetch a particular information. For example <SOURCE BUSINESSNAME ="" DATABASETYPE ="Teradata" DBDNAME ="DWPROD3" DESCRIPTION ="" NAME... (2 Replies)
Discussion started by: SmilePlease
2 Replies

5. Shell Programming and Scripting

Convert tag based lines to xml format

Hi All, Can some one help me to convert this line of code to xml format. Thanks in advance, preethy. input: ... (2 Replies)
Discussion started by: preethy
2 Replies

6. Shell Programming and Scripting

Read xml tags and then remove the tag using shell script

<Start> <Header> This is header section </Header> <Body> <Body_start> This is body section <a> <b> <c> <st>111</st> </c> <d> <st>blank</st> </d> </b> </a> </Body_start> <Body_section> This is body section (3 Replies)
Discussion started by: RJG
3 Replies

7. Shell Programming and Scripting

Help with XML tag value extraction based on matching condition

sample xml file part <DocumentMinorVersion>0</DocumentMinorVersion> <DocumentVersion>1</DocumentVersion> <EffectiveDate>2017-05-30T00:00:00Z</EffectiveDate> <FollowOnFrom> <ContractRequest _LoadId="export_AJ6iAFoh6g0rE9"> <_LocalId>CRW2218451</_LocalId> ... (4 Replies)
Discussion started by: paul1234
4 Replies

8. Shell Programming and Scripting

Help with XML tag value extraction based on condition

sample xml file part <?xml version="1.0" encoding="UTF-8"?><ContractWorkspace xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _LoadId="export_AJ6iAFmh+pQHq1" xsi:noNamespaceSchemaLocation="ContractWorkspace.xsd"> <_LocalId>CW2218471</_LocalId> <Active>true</Active> ... (3 Replies)
Discussion started by: paul1234
3 Replies

9. Shell Programming and Scripting

Help with tag value extraction from xml file based on a matching condition

Hi , I have a situation where I need to search an xml file for the presence of a tag <FollowOnFrom> and also , presence of partial part of the following tag <ContractRequest _LoadId and if these 2 exist ,then extract the value from the following tag <_LocalId> which is "CW2094139". There... (2 Replies)
Discussion started by: paul1234
2 Replies

10. UNIX for Beginners Questions & Answers

Replacing tag based on condition

Hi All, I am having a file like below. The file will having information about the records.If you see the file the file is header and data. For example it have 1 men tag and the tag id will be come after headers. The change is I want to convert All pets tag from P to X. I did a sed like below... (5 Replies)
Discussion started by: arunkumar_mca
5 Replies
YASKKSERV_MAKE_DICTIONARY(1)				      General Commands Manual				      YASKKSERV_MAKE_DICTIONARY(1)

NAME
yaskkserv_make_dictionary - dictionary converter for yaskkserv SYNOPSIS
yaskkserv_make_dictionary [OPTION] skk-dictionary output-dictionary DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. yaskkserv is a dictionary server for the SKK Japanese input method system. yaskkserv is written in C++ from scratch in consideration of embedded environment, but is compatible with skkserv on the protocol behavior. yaskkserv_make_dictionary converts dictionary file of original format into that of yaskkserv format. OPTIONS
-a, --alignment enable alignment (default disable) -b, --block-size=SIZE set block size (default 8192) -d, --debug print debug information -h, --help print this help and exit -s, --short-block enable short block (must set --alignment) (default disable) -v, --version print version -a, --alignment enable alignment (default disable) -b, --block-size=SIZE set block size (default 8192) -d, --debug print debug information -h, --help print this help and exit -s, --short-block enable short block (must set --alignment) (default disable) -v, --version print version COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2008 Tadashi Watanabe. SEE ALSO
yaskkserv_hairy(1), yaskkserv_normal(1), yaskkserv_simple(1). AUTHOR
yaskkserv was written by Tadashi Watanabe <wac@umiushi.org>. This manual page was written by KURASHIKI Satoru <lurdan@gmail.com>, for the Debian project (but may be used by others). January 17, 2008 YASKKSERV_MAKE_DICTIONARY(1)
All times are GMT -4. The time now is 10:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy