Sponsored Content
Top Forums Shell Programming and Scripting Excel table like output with printf Post 302879478 by Corona688 on Thursday 12th of December 2013 03:48:26 PM
Old 12-12-2013
And what do these string fields look like?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help please...output problems with printf.

#include <stdio.h> #include <math.h> // this function calculates the volume of a Cylinder int main(void) { int r; // radius int h; // height double M_PI; // pi int pOne = pow (r, 2); // get user input of radius and height printf ("Enter your... (3 Replies)
Discussion started by: pwanda
3 Replies

2. Shell Programming and Scripting

store the table data in excel file

Hello - I have a below table and i want to extract the data into excel sheet and send to different location. Here is the table structure... SQL> desc t_i1_exportdocs Name Null? Type ----------------------------------------- --------... (11 Replies)
Discussion started by: govindts
11 Replies

3. Shell Programming and Scripting

Sample ksh script for copy the data from excel to database table ?

Hi All, I need to convert the data from excel to database table in sybase. Please provide some sample script.. thanks, Royal. (1 Reply)
Discussion started by: royal9482
1 Replies

4. Programming

capture the output of printf into another variable

Hi , I wonder if in java I can pipe the below output of the printf into a variable: System.out.printf(" This is a test %s\n", myVariable); I want to keep the output of the printf command to create my history array. Thanks. (2 Replies)
Discussion started by: arizah
2 Replies

5. Shell Programming and Scripting

printf Hexadecimal output

printf "%X\n" "A" 41 printf "%X\n" "2" 2 Expected 32 (not 2). Is there a "printf" which will output the hexadecimal value of a numeric character? (9 Replies)
Discussion started by: methyl
9 Replies

6. Shell Programming and Scripting

Problems with awk printf, formatted output

Hi, i have a script, which is incomplete, am on my way developing it. Input 1,12,2012,IF_TB001 2,12,2012,3K3 3,Z56,00000,25,229,K900,00, ,3G3, ,USD, ,0000000000,000, , , , 550000000 3,Z56,00000,53,411,W225,00,000, , ,USD,OM170,0000000000,000, , , , -550000000 4,Z56,COUNT, 4,SUM LOC,... (19 Replies)
Discussion started by: selvankj
19 Replies

7. Shell Programming and Scripting

Managing output... echo or printf?

Hello script guru's as i write more and more code i always block at managing output... either writing to standard out, writing to files via std out (log, temp file, etc). Don't get me wrong 99% of the time it DOES the job but maybe there is more efficient. I'm writing a small script to... (2 Replies)
Discussion started by: maverick72
2 Replies

8. Shell Programming and Scripting

Script to generate Excel file or to SQL output data to Excel format/tabular format

Hi , i am generating some data by firing sql query with connecting to the database by my solaris box. The below one should be the header line of my excel ,here its coming in separate row. TO_CHAR(C. CURR_EMP_NO ---------- --------------- LST_NM... (6 Replies)
Discussion started by: dani1234
6 Replies

9. Programming

Sql developer how to upload the excel sheet in Oracle table

I have some records to be updated in oracle table. I am using sql developer tool. could any one tell me how to update those records in oracle table. I am having excel sheet with those records. (4 Replies)
Discussion started by: ramkumar15
4 Replies

10. Shell Programming and Scripting

I want query output to send on mail using table tag and output should be in table

#! /bin/ksh #] && . ./.profile 2>/dev/null if test -f '.profile'; then . ./.profile; fi; #. .profile LOG_DIR=/app/rpx/jobs/scripts/just/logs sendEmail() { pzCType="$1"; pzTitle="$2"; pzMsg="$3"; pzFrom="$4"; pzTo="$5"; pzFiles="$6"; pzReplyTo="$7" ( ... (21 Replies)
Discussion started by: ankit.mca.aaidu
21 Replies
SOLRDOCUMENT(3) 							 1							   SOLRDOCUMENT(3)

The SolrDocument class

INTRODUCTION
Represents a Solr document retrieved from a query response. CLASS SYNOPSIS
SolrDocument final SolrDocumentArrayAccessIteratorSerializable Constants o const integer$SolrDocument::SORT_DEFAULT1 o const integer$SolrDocument::SORT_ASC1 o const integer$SolrDocument::SORT_DESC2 o const integer$SolrDocument::SORT_FIELD_NAME1 o const integer$SolrDocument::SORT_FIELD_VALUE_COUNT2 o const integer$SolrDocument::SORT_FIELD_BOOST_VALUE4 Methods o public bool SolrDocument::addField (string $fieldName, string $fieldValue) o public bool SolrDocument::clear (void ) o public void SolrDocument::__clone (void ) o public SolrDocument::__construct (void ) o public SolrDocumentField SolrDocument::current (void ) o public bool SolrDocument::deleteField (string $fieldName) o public void SolrDocument::__destruct (void ) o public bool SolrDocument::fieldExists (string $fieldName) o public SolrDocumentField SolrDocument::__get (string $fieldName) o public SolrDocumentField SolrDocument::getField (string $fieldName) o public int SolrDocument::getFieldCount (void ) o public array SolrDocument::getFieldNames (void ) o public SolrInputDocument SolrDocument::getInputDocument (void ) o public bool SolrDocument::__isset (string $fieldName) o public string SolrDocument::key (void ) o public bool SolrDocument::merge (SolrDocument $sourceDoc, [bool $overwrite = true]) o public void SolrDocument::next (void ) o public bool SolrDocument::offsetExists (string $fieldName) o public SolrDocumentField SolrDocument::offsetGet (string $fieldName) o public void SolrDocument::offsetSet (string $fieldName, string $fieldValue) o public void SolrDocument::offsetUnset (string $fieldName) o public bool SolrDocument::reset (void ) o public void SolrDocument::rewind (void ) o public string SolrDocument::serialize (void ) o public bool SolrDocument::__set (string $fieldName, string $fieldValue) o public bool SolrDocument::sort (int $sortOrderBy, [int $sortDirection = SolrDocument::SORT_ASC]) o public array SolrDocument::toArray (void ) o public void SolrDocument::unserialize (string $serialized) o public bool SolrDocument::__unset (string $fieldName) o public bool SolrDocument::valid (void ) PREDEFINED CONSTANTS
o SolrDocument::SORT_DEFAULT -Default mode for sorting fields within the document. o SolrDocument::SORT_ASC -Sorts the fields in ascending order o SolrDocument::SORT_DESC -Sorts the fields in descending order o SolrDocument::SORT_FIELD_NAME -Sorts the fields by field name. o SolrDocument::SORT_FIELD_VALUE_COUNT -Sorts the fields by number of values in each field. o SolrDocument::SORT_FIELD_BOOST_VALUE -Sorts the fields by thier boost values. PHP Documentation Group SOLRDOCUMENT(3)
All times are GMT -4. The time now is 11:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy