[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Export Specific Columns and Rows
Grant wrote:
> > Well, what I'm looking to do is take the transaction table to create
> >a specific probably CSV type file to use for importing. I like what the
> >export
> >function in the admin UI does except it dumps all rows and columns.
> >Would the above example place commas between fields ? Thanks Mike.
> >
> >Jon
>
> I've had something like that set up so I can import the file it creates into
> another program. It used a search to search for the right rows and then
> just pulled data from the appropriate columns though. That might be an
> easier way to go....
>
Did you use the SQL facility or what ? Can you give me a snippet of
your code to work from ? Thanks.
Jon