Skipping header line while loading into hive table

Hi Abhinav/Sandeep,

can you please suggest on below question.

How to load data into hive table by skipping header line using ‘load data inpath’ instead of using tblproperties on table structure?

For Example:

Load data inpath ‘/user/****/.txt’ into table stg_employee —> how to skip headerline here