Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90888
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Convert c file to csv file(unix format) in python |
| Date | 2015-05-19 18:20 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <mjfusi$6mq$2@dont-email.me> (permalink) |
| References | <c9733ddb-7f97-4fcf-9dad-a4481d1d3e5d@googlegroups.com> |
On Tue, 19 May 2015 09:30:15 -0700, umasrinath88 wrote: > I have a python script file which converts .hex file to c file. Hex is generally an ascii file containing hexadecimal values. .c is generally an ascii file formatted in a way that corrsponds to the structures of the c programming language. > Can anyone help me in converting .c file to csv file (unix format). csv is generally a way of exchanging data between different software applications in a generally human readable format. I'm unsure as to the translations you expect to be made to convert a .c file into a csv file. Perhaps you could elaborate on these. -- Denis McMahon, denismfmcmahon@gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Convert c file to csv file(unix format) in python umasrinath88@gmail.com - 2015-05-19 09:30 -0700
Re: Convert c file to csv file(unix format) in python Mihamina Rakotomandimby <mihamina.rakotomandimby@rktmb.org> - 2015-05-19 19:48 +0300
Re: Convert c file to csv file(unix format) in python umasrinath88@gmail.com - 2015-05-19 10:14 -0700
Re: Convert c file to csv file(unix format) in python Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-19 18:20 +0000
Re: Convert c file to csv file(unix format) in python umasrinath88@gmail.com - 2015-05-19 12:26 -0700
Re: Convert c file to csv file(unix format) in python Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-20 01:57 +0000
Re: Convert c file to csv file(unix format) in python Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-22 19:48 +0000
Re: Convert c file to csv file(unix format) in python Grant Edwards <invalid@invalid.invalid> - 2015-05-19 19:36 +0000
csiph-web