Zach Hudock
Zach Hudock
I think this request is in reference to a 3-way diff similar to https://codemirror.net/demo/merge.html
Glad you were able to use it! Bill and Tom did all the work, I just added a couple tiny changes. I see a lot of benefit to a to-CSV...
Very Nice!
I like the CSV methods. I haven't had much time to dig into either of them, but how difficult would it be to include the column names on the first...
I agree with making the column names a switch. I knew it was trivial in dbms_sql, as I had a rather quickly and poorly coded solution I used in the...
This should take care of it for dbms_sql. Still researching xquery ``` if p_column_names then for i in 1 .. v_col_count loop v_buf := '"' || v_col_desc(i).col_name || '"'; if...
I'm getting close with XQUERY. It looks like 2 distinct calls to your xquery function will be needed. one for the column headers, one for the column values. I've been...
@janihur - Do you have any objections to me submitting a pull request here that includes your transform package and my additions to it?
Duplicate of #67 ?
It looks like this Alexandria project has some code to deal with REST\SOAP. I haven't personally audited the code, nor do I have any experience with it, I just happened...