First, I have to say I am like a "kid in a candy store" working with B4A! I'm learning by leaps and bounds and developing faster than I would have thought possible on Android prior to discovering B4A. Thank you.
I am writing an app that will take data entered by a user and then sent as an attachment in an email as a PC readable CSV file. The file format would be a "header" record that has a location number on it followed by inventory records:
68433
12345,5
23456,7
4567,3
12345453,1
.
.
.
Can I use the SaveCSV function to create this file or are there any issues with creating this simple text file with the other file write options that would cause a problem with being able to read it or copy it into a spreadsheet? Is B4A intrepretation of CSV file the same as the above (without the header location record as I can merge that in later)? I am saving the inventory data in lists currently as well as displaying it in a listview to the user. Thanks for any input. Searching the forum I'm not quite getting my brain around it. I used the SaveCSV utility but when I copy it to the PC it doesn't show as above.
Thanks
I am writing an app that will take data entered by a user and then sent as an attachment in an email as a PC readable CSV file. The file format would be a "header" record that has a location number on it followed by inventory records:
68433
12345,5
23456,7
4567,3
12345453,1
.
.
.
Can I use the SaveCSV function to create this file or are there any issues with creating this simple text file with the other file write options that would cause a problem with being able to read it or copy it into a spreadsheet? Is B4A intrepretation of CSV file the same as the above (without the header location record as I can merge that in later)? I am saving the inventory data in lists currently as well as displaying it in a listview to the user. Thanks for any input. Searching the forum I'm not quite getting my brain around it. I used the SaveCSV utility but when I copy it to the PC it doesn't show as above.
Thanks