Hi All
I am trying to export and then import a list; I woud like to obtain exactly the same list that I exported. I do this:
initial = {{{2013, 1, 2}, 41}, {{2013, 1, 3}, 42}};
initial // TableForm
Export["out.txt", initial, "List"];
final = Import["out.txt", "List"]
final // TableForm
and I get that "final" is different from "initial", see the attached pdf. I tried all possible combinations of "List" and "Table" and nothing works.
I use Mathematica 9 on Mac OSX 10.9
Thanks for any help
Luca
Attachments: