Subrata Biswas:
Hi Guys, Just wanted to ask a question , for example if I am asked to print pod name and pod ip of all pods using jsonpath , If i put “\t” in between two fields and “\n” at the end of the row, will it be marked correct or do i need to do it without making it pretty ?
Subrata Biswas:
@R Banerjee I did this lab I use differnet jsonpath expression to produce same result or If i manually type it which is the same it does not accept the result but I remove carriage retune using tr -d “\n” it works but in the but my question was different this time if you generate multiple column with jsonpath it will come all in one line and not very understandable but with using tab and new line character it can be presented in a nice tabular format, so my question is , will that be accepted as correct answer , output data will remain same but format will be bit prettier