Hi Team,
I have the data in the below format and I am unable to get this data into excel for the reason that we have even fields with multiple values which have commas in them (like a server might have multiple NICs). I just wanted to know if there is any easier solution available with in excel so that we can get the data into excel format. I cant get this data exported with a special delimiter character as well.
ServerName.FQDN: {'biosversion': 'Default System BIOS', 'kernel': 'Windows', 'domain': 'FQDN', 'zmqversion': '4.0.4', 'kernelrelease': '6.1.7601', 'pythonpath': ['c:\\tlas\\tlas-2014.1.11.win-amd64\\library.zip', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\esky-0.9.8-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\jinja2-2.7.1-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\markupsafe-0.18-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\msgpack_python-0.4.2-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\psutil-2.1.0-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\pyzmq-14.1.1-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\setuptools-1.1.6-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\wmi-1.4.9-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64'], 'ip_interfaces': {'ServerName.FQDN': ['172.22.151.141'], 'ServerName.mnd.osc.zmk.local': ['192.168.8.26']}, 'shell': '/bin/sh', 'mem_total': 32768, 'tlasversioninfo': [2014, 1, 99, 0], 'timezone': '(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', 'id': 'ServerName.FQDN', 'osrelease': '2008ServerR2', 'ps': 'tasklist.exe', 'server_id': 1839579600, 'num_cpus': 8, 'hwaddr_interfaces': {'ServerName.FQDN': '68:B5:99:76:3E:BA', 'ServerName.mnd.osc.zmk.local': '00:76:55:E9:57:B1'}, 'defaultlanguage': 'nl_NL', 'osfullname': 'Microsoft Windows Server 2008 R2 Enterprise', 'master': 'tlas.oss.local', 'ipv4': ['X.Y.Z.A', 'A.B.C.D'], 'ipv6': [], 'osversion': '6.1.7601', 'localhost': 'ServerName', 'fqdn_ip4': ['172.22.151.141', '192.168.8.26'], 'fqdn_ip6': ['::1'], 'nodename': 'ServerName', 'tlasversion': '2014.1.11', 'tlaspath': 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg\\tlas', 'pythonversion': [2, 7, 5, 'final', 0], 'host': 'ServerName', 'os_family': 'Windows', 'defaultencoding': 'cp1252', 'gpus': [], 'manufacturer': 'HP', 'num_gpus': 0, 'cpu_model': 'Intel64 Family 6 Model 26 Stepping 5, GenuineIntel', 'fqdn': 'ServerName.FQDN', 'productname': 'ProLiant DL380 G6', 'cpuarch': 'AMD64', 'osmanufacturer': 'Microsoft Corporation', 'path': 'c:\\tlas\\tlas-2019.1.11.win-amd64;C:\\Program Files\\HP\\NCU;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Ericom Software\\PtTsAgent\\;C:\\Program Files\\Ericom Software\\Ericom Access Server\\;', 'os': 'Windows', 'windowsdomain': 'FQDN'}
Thanks,
VenuGopal
--VenuGopal