Affichage des articles dont le libellé est Python code required. Afficher tous les articles
Affichage des articles dont le libellé est Python code required. Afficher tous les articles

mardi 14 février 2017

Python code required

Vote count: 0

I have a text file containing unstructured data which has record locators and passenger names..I want to fetch all record locators with passenger names. If a record doesn't have passenger name don't fetch it in result. Suppose my file has: Record 1 Record 2 Record 3 John Record 4 Smith

So output file should have Record 3 John Record 4 Smith As output

Please post a python code for the same.

asked 33 secs ago

Let's block ads! (Why?)



Python code required