accessnew...@gmail.com writes:
> I have two files (right now they are spreadsheets but I can export them to
> any format).
>
> File1 has StoreID (unique) in one column and a pdf map location in the second
> column. (Names not really sequenced numerically)
>
> 1 C:/maps/map1.pdf
> 2 C:/ma
> On Sep 8, 2017, at 1:21 PM, accessnew...@gmail.com wrote:
> Ideas as to how to accomplish this?
Export your spreadsheets as Comma Separated Values (CSV) files and use the CSV
module to read/write those files.
https://docs.python.org/3/library/csv.html
Chris R.
--
https://mail.python.org/m