When I use flow to connect to twitter and automatically copy and wirte the text body of the tweet to a csv file, the character code is always unicode.
But usually unicode is not used in Japanese language, so we can't see the csv file unless we convert it to Shift JIS.
It takes too much time to do that everytime, so we end up not using the flow.
It would be better if we can choose the character code to write them to CSV with.
Also we can't change the date format, inconvenient for calculateion.
Thanks