I've searched high and low and can't seem to find a solution. I've got a query that runs and then does the WbExport function once complete. This is exporting to an .xls file. However, it's exporting as all lower case for the header. The table headers are this way as well. Recreating the table as camel case doesn't fix it because the table headers still remain as all lower case. The exported file needs to have camel case. Is there any way for me to fix this without correcting it manually every time?
Related Questions in CAMELCASING
- How can I convert a series of words into camel case in AppleScript?
- Split a camelCase string with regex
- What is meant by CamelCase in AngularJS?
- Separating CamelCase string into space-separated words in Swift
- Why are Datomic attributes are named in camelCase
- Convert text file to camel case then save it
- What is naming standard for creating object?
- How to convert object's attributes in kebab-case to camelCase
- Convert camel-lowercase to camel-upperCase automatically
- lowercase and uppercase file name
- Capitalise part of a string in javascript
- Covert json to schema fileds with camel casing
- ActiveModelSerializers :camel_lower configuration not working
- Can struts2-json-plugin accept upper camel case parameters?
- How do I transform a string into a PascalCase string with C#?
Related Questions in SQL-WORKBENCH-J
- SQL Workbench + PostgreSQL: how to show execution plans?
- Using WbExport and WbInclude Commands in SQL Workbench Batch Mode
- Redshift connection issue in SQL Workbench/J
- Unable to execute function manually via workbench in redshift DB
- SQL Workbench and WbExport
- Increase heap size for sqlworkbench/J in Ubuntu
- Cant login to Sql WorkBench as I forgot my root password
- AMAZON 500310: Invalid operation: syntax error at or near " Drop"
- SQL Workbench WbExport to two locations for Redshift
- Setting up and saving connection profile in SQL Workbench/j from command line/batch
- Difficulty Connecting to SQL Server with SQL Workbench
- Unable to connect to AWS Postgres instance from SQL Workbench on my local machine
- SQL Workbench/J WbDataDiff TimeStampt
- Failed updating table for Redshift
- How to enable auto-completion in SQL Workbench/J
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?