Hello,
I have a CSV w/ a column whose values are time since epoch entries. (So longs, basically). I'd like to do something like this:
insertDate:datetime{epochMillis}, otherAtts
123456123, another attribute
Is this possible? Or will I need to do it p...