I have using biblatex and the below content is wrongly print in PDF. How to tag this bib file. Kindly advise.
\documentclass[english]{article}
\usepackage{babel,hyperref,fontspec}
\usepackage{csquotes,microtype}
\usepackage[bibencoding=utf8,style=numeric,sorting=none,maxbibnames=5]{biblatex}
\begin{filecontents}{\jobname.bib}
@book{ipab730bbib24,
author ={The National Academies of Sciences Engineering Medicine},
date={2016},
editor={Akemann, G \textit{et al}},
title ={Achieving Science with CubeSats: Thinking Inside the Box},
location={Washington, DC},
publisher={The National Academies Press},
editor={Rao A and others},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\printbibliography
\nocite{*}
\end{document}
In PDF its printing Sciences Engineering Medicine The National Academies of instead of The National Academies of Sciences Engineering Medicine. How to code collab in biblatex?
editor is also wrongly print in PDF. It should be G Akemann et al. How to achieve this?

editor={Akemann, G and others},andauthor ={{The National Academies of Sciences Engineering Medicine}}– Ulrike Fischer May 31 '21 at 08:13et alshould beitalicformat. How to do this? – Balaji May 31 '21 at 08:23et alshould be initalicformat... – Balaji May 31 '21 at 12:17language settingsin theLaTeXfile instead of modify in the defaultenglish.lbx? – Balaji May 31 '21 at 12:48