Skip to main content
added 4 characters in body
Source Link
Gilles Quénot
  • 36.7k
  • 7
  • 74
  • 97

I have an data which i am trying to fetch various method and the result is

[
"created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux"
]

I want to fetch the ostype as LinuxLinux from the above i tried to use JQJQ and no luck. any suggestions

Thanks

Raj

I have an data which i am trying to fetch various method and the result is

[
"created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux"
]

I want to fetch the ostype as Linux from the above i tried to use JQ and no luck. any suggestions

Thanks

Raj

I have an data which i am trying to fetch various method and the result is

[
"created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux"
]

I want to fetch the ostype as Linux from the above i tried to use JQ and no luck. any suggestions

Thanks

Raj

edited tags
Link
Kusalananda
  • 355.9k
  • 42
  • 735
  • 1.1k
added 12 characters in body
Source Link
Gilles Quénot
  • 36.7k
  • 7
  • 74
  • 97

I have an data which i am trying to fetch various method and the result is

[ "created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux" ]

[
"created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux"
]

I want to fetch the ostype as Linux from the above i tried to use JQ and no luck. any suggestions

Thanks

Raj

I have an data which i am trying to fetch various method and the result is

[ "created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux" ]

I want to fetch the ostype as Linux from the above i tried to use JQ and no luck. any suggestions

Thanks

Raj

I have an data which i am trying to fetch various method and the result is

[
"created:Alpha;DateCreated:12/12/2022;TicketNo:XXXX_XXX;ProductName:websphere;OStype:Linux"
]

I want to fetch the ostype as Linux from the above i tried to use JQ and no luck. any suggestions

Thanks

Raj

Source Link
Loading