[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [ic] Row-level export
> God do I find this message humerious...
Well thanks for wounding my sensative ego. I'll retreat back into my turtle
shell now.
> 2) Rip it off, good luck! Personally I would just read the docs on the
[export]
> tag, I think that would be much easier...
[export] in the tag reference docs didn't expound very much on row-level
exports. But who needs the docs when you can read the source?
> 4) Had to add my own... If you need it in a seperate table, create a dummy
table
> with the same columns, then search for your data and store it in the other
table
> instead of displaying it to the screen. Or hey do both! Then export the
dummy
> table...
I like that idea, but if I can go straight from data->text file, then I'll
probably skip the dummy table part.
I'm also looking at a 5th solution, a PostgreSQL SQL statement ala...
[query sql="
"SELECT * FROM products WHERE product_sku = 4 INTO TEMPORARY TABLE
product_4; COPY product_4 TO '/tmp/product_4.out';
"]
> Gee after seeing all the questions the last two days, it is more than
evident
> that users are NOT reading the documentation. If you expect to be able to
dp
> anythign impressive with Interchange you need to READ not SKIM, but READ
it.
Sorry if I offended you. I was just trying to get a few ideas before I jump
into something. Sometimes people have really good one-liners that
enlighten. Such as "why don't you just do it with a SQL statement and leave
IC out of it?"
Dan Browning - danb@cyclonecomputers.com
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users