1 2 3 4 5 6 7
data = { { "one", "two", "three", "four", "five" }; { "one", "", "three", "four", "five" }; { "one\t", "two", "three", "four", "five" }; { "one\t", "two", "three", "four", "five" }; { "one\\", "two", "three", "four", "five" }; }