Logstash Startup completed but no data loaded

input {
file {
path => ['CSV\xxx.csv']
type => "data"
start_position => "beginning"

     }