0

Does the Amazon Java SDK allow you to export a database (Amazon SimpleDB in this case) to a csv file?

locoboy
  • 38,002
  • 70
  • 184
  • 260
  • How would you want to handle keys with multiple values? – Eric Hammond Oct 14 '11 at 16:22
  • I just want to be able to take the domain table, then put it into a csv file. – locoboy Oct 14 '11 at 17:23
  • SimpleDB is not strict column/value format. Each attribute (column) can have multiple values. You need to define how you want the output to behave in this case. E.g., Multiple columns with same name, or multiple values in a single field separated by something other than your normal field separator. – Eric Hammond Oct 14 '11 at 19:48

0 Answers0