Task #1362
Story #1315: add support for data writing to d1_client_r
Modify testing.R to convert a data frame to CSV to Java byte[]
Start date:
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Matthew Jones almost 14 years ago
- Status changed from New to In Progress
#2 Updated by Matthew Jones almost 14 years ago
The basic conversion from data.frame -> CSV -> byte[] is working. However, the data.frame -> CSV -> vector conversion loses the newlines in the file which need to be restored for this to work correctly.
#3 Updated by Matthew Jones almost 14 years ago
- Category set to d1_client_r
- Status changed from In Progress to Closed
Finished. Added D1Client::convert.csv method that takes a data.frame as input and produces a CSV character vector.
#4 Updated by Matthew Jones almost 14 years ago
- % Done changed from 0 to 100