My dataset has columns named "key(string), value(long)"
The value of column key like prefix.20171012.111.2222, and the value of column value like 9999.
I want to transform the dataset to a new one which split the colmun key to others like ths "day, rt, item_id, value".
how to do it, thanks a lot