Giter VIP home page Giter VIP logo

Comments (9)

vigneshuvi avatar vigneshuvi commented on June 5, 2024

@Shruti2208 , Why you want merge three tables into one CSV file?

Tables Example:
Teacher(id,name), Student(id,name), School(id,name)

Do you want merge like in below CSV format?
Teacher_id, Teacher_name, Student_id, Student_name,School_id,School_name

Do you have any real samples/examples?

from swiftcsvexport.

Shruti2208 avatar Shruti2208 commented on June 5, 2024

I do not wish to merge the tables.
There are 3 separate tables in 1 screen.
I want to export all of those in 1 csv file as individual tables.

from swiftcsvexport.

vigneshuvi avatar vigneshuvi commented on June 5, 2024

@Shruti2208 , Please provide some examples like which i gave above?

from swiftcsvexport.

Shruti2208 avatar Shruti2208 commented on June 5, 2024

Screenshot 2020-03-12 at 12 04 37 PM

Attached is the screenshot of the view i want to convert into csv.

from swiftcsvexport.

vigneshuvi avatar vigneshuvi commented on June 5, 2024

@Shruti2208 , Below there tables right? Are you using swift?

from swiftcsvexport.

Shruti2208 avatar Shruti2208 commented on June 5, 2024

Yes i want to export the tables displayed in the bottom section into 1 CSV file, I'm using Swift.

from swiftcsvexport.

vigneshuvi avatar vigneshuvi commented on June 5, 2024

@Shruti2208 ,
As of now, I assuming only merge options available from because CSV is basically column and row concept.

We have to provide the column name(You have maintain the order) in first row and values should in the row.

Example:

Total Sale IN GBP, USD, Total Sale In INR, MARGIN, JOB, ELECTRICITY, EXTRA MISC, EXTRA ELEC, EXTRA DIESEL, GST Refund, EXTRA, Interest, Payment, Extra Profit

Other Option is Key - Value pair:

Column-Name, Value
Total Sale IN GB, 480
USD,76

from swiftcsvexport.

Shruti2208 avatar Shruti2208 commented on June 5, 2024

Ok, thanks for your time. I was successful to export 1 table.
I will have to consider other options like exporting to excel file.

from swiftcsvexport.

vigneshuvi avatar vigneshuvi commented on June 5, 2024

Closed

from swiftcsvexport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.