Hello All! I need to read and split csv-data. If I try to convert data using ;: verb, then I've got the following:
Csv =: '27.08.2001,19:30,0.9117,0.9123,0.9109,0.9118,227' ;: Csv +----------+-+---+--+-+------+-+------+-+------+-+------+-+---+ |27.08.2001|,|19:|30|,|0.9117|,|0.9123|,|0.9109|,|0.9118|,|227| +----------+-+---+--+-+------+-+------+-+------+-+------+-+---+ But I want J not to split time to hours and minutes. How can I tell J which delimiter it should use (only comma, \r and \n in my case)? -- With best regards! ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
