[ 
https://issues.apache.org/jira/browse/SOLR-16319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573371#comment-17573371
 ] 

Sridhar commented on SOLR-16319:
--------------------------------

Here is the code I used,

cd "F:\solr-search-engine\example\exampledocs"
$files = Get-ChildItem "F:\My_DATA\" -Recurse
foreach ($f in $files) {
    if ($f -Like "*.csv") {
        echo $f.FullName     
        java -Dc=my_data_2021_2022 -Dtype=application/csv -jar post.jar 
$f.FullName
    }
  }

> How to record errors reported by post.jar. I am running this post.jar in my 
> windows to upload the CSV data
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-16319
>                 URL: https://issues.apache.org/jira/browse/SOLR-16319
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Sridhar
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to